Class PayrunTestResult
Payrun test result
Inherited Members
Namespace: PayrollEngine.Client.Test.Payrun
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class PayrunTestResult : TestResultBase<PayrunResult>
Constructors
PayrunTestResult(CultureInfo, PayrunResult, PayrunResult)
Initializes a new instance of the PayrunTestResult class
Declaration
public PayrunTestResult(CultureInfo culture, PayrunResult expectedResult, PayrunResult actualResult = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CultureInfo | culture | The culture |
| PayrunResult | expectedResult | The expected result |
| PayrunResult | actualResult | The actual result |
Properties
Culture
The test culture
Declaration
public CultureInfo Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| CultureInfo |
Methods
ValidCulture()
Get for valid culture
Declaration
public override bool ValidCulture()
Returns
| Type | Description |
|---|---|
| bool |
Overrides
ValidValue()
Get for valid value
Declaration
public override bool ValidValue()
Returns
| Type | Description |
|---|---|
| bool |