Show / Hide Table of Contents

Class CollectorTestCustomResult

Collector test custom result

Inheritance
object
TestResultBase<CollectorCustomResult>
NumericTestResultBase<CollectorCustomResult>
CollectorTestCustomResult
Inherited Members
NumericTestResultBase<CollectorCustomResult>.ValidValue()
NumericTestResultBase<CollectorCustomResult>.TestPrecision
TestResultBase<CollectorCustomResult>.Failed()
TestResultBase<CollectorCustomResult>.ValidAttributes()
TestResultBase<CollectorCustomResult>.FirstInvalidAttribute()
TestResultBase<CollectorCustomResult>.ExpectedResult
TestResultBase<CollectorCustomResult>.ActualResult
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 CollectorTestCustomResult : NumericTestResultBase<CollectorCustomResult>

Constructors

CollectorTestCustomResult(TestPrecision, CollectorCustomResult, CollectorCustomResult)

Initializes a new instance of the CollectorTestCustomResult class

Declaration
public CollectorTestCustomResult(TestPrecision testPrecision, CollectorCustomResult expectedResult, CollectorCustomResult actualResult = null)
Parameters
Type Name Description
TestPrecision testPrecision

The testing precision

CollectorCustomResult expectedResult

The expected result

CollectorCustomResult actualResult

The actual result

Methods

ValidCulture()

Get for valid culture

Declaration
public override bool ValidCulture()
Returns
Type Description
bool
Overrides
TestResultBase<CollectorCustomResult>.ValidCulture()

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