Class CaseScriptTest<TIn, TOut>
Case script base test
Inherited Members
Namespace: PayrollEngine.Client.Test.Case
Assembly: PayrollEngine.Client.Test.dll
Syntax
public abstract class CaseScriptTest<TIn, TOut> : TestBase<TIn, TOut>
Type Parameters
| Name | Description |
|---|---|
| TIn | The case test input type |
| TOut | The case test output type |
Constructors
CaseScriptTest()
Declaration
protected CaseScriptTest()
Properties
InitCases
The init cases
Declaration
public List<CaseChangeSetup> InitCases { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CaseChangeSetup> |