TestRun.

TestRun(long, long, long, long, long, List<TestCase>) Constructor

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<TestCase>

Return Value

Type Description
void