Class WageTypeTestResult
Wage type test result
Inheritance
WageTypeTestResult
Inherited Members
Namespace: PayrollEngine.Client.Test.Payrun
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class WageTypeTestResult : NumericTestResultBase<WageTypeResultSet>
Constructors
WageTypeTestResult(TestPrecision, WageTypeResultSet, WageTypeResultSet)
Initializes a new instance of the WageTypeTestResult class
Declaration
public WageTypeTestResult(TestPrecision testPrecision, WageTypeResultSet expectedResult, WageTypeResultSet actualResult = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TestPrecision | testPrecision | The testing precision |
| WageTypeResultSet | expectedResult | The expected result |
| WageTypeResultSet | actualResult | The actual result |
Properties
CustomResults
The wage type custom results
Declaration
public IList<WageTypeTestCustomResult> CustomResults { get; }
Property Value
| Type | Description |
|---|---|
| IList<WageTypeTestCustomResult> |
Methods
ValidCulture()
Get for valid culture
Declaration
public override bool ValidCulture()
Returns
| Type | Description |
|---|---|
| bool |