Summary
Initializes a new instance of the
XUnitRunner
class.
- Namespace
- Cake
.Common .Tools .XUnit - Containing Type
- XUnitRunner
Syntax
public XUnitRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner runner, IToolLocator tools)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
runner | IProcessRunner | The runner. |
tools | IToolLocator | The tool locator. |
Return Value
Type | Description |
---|---|
void |