Table of Contents

Method RunAllTests

Namespace
GrindFest
Assembly
GrindFest.dll

RunAllTests(string)

Run tests. If filter is provided, only tests whose "ClassName.MethodName" contains the filter (case-insensitive) will run. Returns the path to the log file.

public string RunAllTests(string filter = null)

Parameters

filter string

Returns

string