Summary
    Initializes a new instance of the 
		SpecFlowTool<TSettings> class.
    - Namespace
- Cake.Common .Tools .SpecFlow 
- Containing Type
- SpecFlowTool<TSettings> 
Syntax
protected SpecFlowTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)Parameters
| Name | Type | Description | 
|---|---|---|
| fileSystem | IFileSystem | The file system. | 
| environment | ICakeEnvironment | The environment. | 
| processRunner | IProcessRunner | The process runner. | 
| tools | IToolLocator | The tool locator. | 
Return Value
| Type | Description | 
|---|---|
| void | 
