Show / Hide Table of Contents

Class CaseTest

Case test

Inheritance
object
CaseTest
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX