Class PayrunTestSettings
Payrun test settings
Inherited Members
Namespace: PayrollEngine.Client.Test.Payrun
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class PayrunTestSettings
Constructors
PayrunTestSettings()
Declaration
public PayrunTestSettings()
Properties
Owner
Owner
Declaration
public string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResultMode
Result mode (default: clean test)
Declaration
public TestResultMode ResultMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TestResultMode |
ResultRetryCount
Result retry count (default: 50)
Declaration
public int ResultRetryCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ResultRetryDelay
Result retry delay in milliseconds (default: 1000 ms)
Declaration
public int ResultRetryDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TestPrecision
Test precision (default: 2 digits)
Declaration
public TestPrecision TestPrecision { get; set; }
Property Value
| Type | Description |
|---|---|
| TestPrecision |