Class CaseTestResult
Result of case test
Inherited Members
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 |