Show / Hide Table of Contents

Class CaseTestResult

Result of case test

Inheritance
object
CaseTestResult
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.Case
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class CaseTestResult

Constructors

CaseTestResult()

Declaration
public CaseTestResult()

Properties

Results

The test results

Declaration
public List<CaseScriptTestResult> Results { get; }
Property Value
Type Description
List<CaseScriptTestResult>

Methods

IsFailed()

Test if case test is failed

Declaration
public bool IsFailed()
Returns
Type Description
bool

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