NUnitRetryAliases.

NUnitRetryTestListWriter(ICakeContext, FilePath, List<string>) Method

Assembly
Cake.NUnitRetry.dll
Namespace
Cake.NUnitRetry
Containing Type
NUnitRetryAliases

Syntax

public static void NUnitRetryTestListWriter(this ICakeContext context, FilePath testListPath, List<string> testCaseNames)

Attributes

Type Description
CakeMethodAliasAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext
testListPath FilePath
testCaseNames List<string>

Return Value

Type Description
void