API Reference
Struct
TestSummary
Test summary for a task (rule instance).
Inheritance
- ValueType
- TestSummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property TaskCompleted.Tests
Accepted by parameters
- Constructor TaskCompleted.TaskCompleted
- Method TaskCompleted.Deconstruct
Constructors
public TestSummary(Int32 Total, Int32 Passed, Int32 Failed, Int32 Skipped) #Test summary for a task (rule instance).
Parameters
- Total System.Int32
- Passed System.Int32
- Failed System.Int32
- Skipped System.Int32