Class ReportTest
Report test
Inherited Members
Namespace: PayrollEngine.Client.Test.Report
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class ReportTest
Constructors
ReportTest()
Declaration
public ReportTest()
Properties
BuildTests
The report build tests
Declaration
public List<ReportBuildTest> BuildTests { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportBuildTest> |
CustomTestFiles
Custom test files
Declaration
public List<string> CustomTestFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
ExecuteTests
The report execute tests
Declaration
public List<ReportExecuteTest> ExecuteTests { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ReportExecuteTest> |
RegulationName
The regulation name
Declaration
[Required]
public string RegulationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TenantIdentifier
The tenant identifier
Declaration
[Required]
public string TenantIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TestCategory
The test category
Declaration
public string TestCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TestDescription
The test description
Declaration
public string TestDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TestName
The test name
Declaration
[Required]
public string TestName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserIdentifier
The user identifier
Declaration
[Required]
public string UserIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |