This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NUnitRetry.
- Assembly
- Cake
.NUnitRetry .dll - Namespace
- Cake
.NUnitRetry .Model - Containing Type
- TestRun
Syntax
public TestRun(long total, long passed, long failed, long inconclusive, long skipped, List<TestCase> testCases)
Parameters
| Name | Type | Description |
|---|---|---|
| total | long | |
| passed | long | |
| failed | long | |
| inconclusive | long | |
| skipped | long | |
| testCases | List |
Return Value
| Type | Description |
|---|---|
| void |
