TestListWriter.

Write(FilePath, List<string>) Method

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

Syntax

public void Write(FilePath filePath, List<string> testCaseNames)

Parameters

Name Type Description
filePath FilePath
testCaseNames List<string>

Return Value

Type Description
void