Show / Hide Table of Contents

Class PayrunTestSettings

Payrun test settings

Inheritance
object
PayrunTestSettings
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX