Class FileTestRunner
Base class for file based payroll tests
Inherited Members
Namespace: PayrollEngine.Client.Test
Assembly: PayrollEngine.Client.Test.dll
Syntax
public abstract class FileTestRunner : TestRunnerBase
Constructors
FileTestRunner(PayrollHttpClient, string)
Initializes a new instance of the FileTestRunner class
Declaration
protected FileTestRunner(PayrollHttpClient httpClient, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollHttpClient | httpClient | The payroll engine http client |
| string | fileName | Name of the file |
Properties
FileName
The test file name
Declaration
public string FileName { get; }
Property Value
| Type | Description |
|---|---|
| string |