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