Class CaseTest
Case test
Inherited Members
Namespace: PayrollEngine.Client.Test.Case
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class CaseTest
Constructors
CaseTest()
Declaration
public CaseTest()
Properties
AvailableTests
The case available tests
Declaration
public List<CaseAvailableTest> AvailableTests { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseAvailableTest> |
BuildTests
The case build tests
Declaration
public List<CaseBuildTest> BuildTests { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseBuildTest> |
CustomTestFiles
Custom test files
Declaration
public List<string> CustomTestFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
EmployeeIdentifier
The employee identifier, mandatory for employee case
Declaration
public string EmployeeIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationDate
The evaluation date, default is now
Declaration
public DateTime? EvaluationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
InitCases
The init cases
Declaration
public List<CaseChangeSetup> InitCases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseChangeSetup> |
PayrollName
The payroll name
Declaration
[Required]
public string PayrollName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PeriodDate
The period date, default is now
Declaration
public DateTime? PeriodDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
RegulationDate
The regulation date, default is now
Declaration
public DateTime? RegulationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
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 |
ValidateTests
The case validate tests
Declaration
public List<CaseValidateTest> ValidateTests { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseValidateTest> |