Class ReportCustomTest
Report custom test class
Inherited Members
Namespace: PayrollEngine.Client.Test.Report
Assembly: PayrollEngine.Client.Test.dll
Syntax
public abstract class ReportCustomTest : CustomTestBase<ReportTestContext>
Constructors
ReportCustomTest(PayrollHttpClient, ReportTestContext)
New instance of ReportCustomTest
Declaration
protected ReportCustomTest(PayrollHttpClient httpClient, ReportTestContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| PayrollHttpClient | httpClient | The payroll http client |
| ReportTestContext | context | The test context |