Class ReportTestResult
Result of report test
Inherited Members
Namespace: PayrollEngine.Client.Test.Report
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class ReportTestResult
Constructors
ReportTestResult()
Declaration
public ReportTestResult()
Properties
Results
The test results
Declaration
public List<ReportScriptTestResult> Results { get; }
Property Value
| Type | Description |
|---|---|
| List<ReportScriptTestResult> |
Methods
IsFailed()
Test if report test is failed
Declaration
public bool IsFailed()
Returns
| Type | Description |
|---|---|
| bool |