Summary
Initializes a new instance of the
ToolFixture<TToolSettings, TFixtureResult> class.
- Namespace
- Cake
.Testing .Fixtures - Containing Type
- ToolFixture
<TToolSettings, TFixtureResult>
Syntax
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
protected ToolFixture(string toolFilename)
Attributes
| Type | Description |
|---|---|
| Suppress |
Parameters
| Name | Type | Description |
|---|---|---|
| toolFilename | string | The tool filename. |
Return Value
| Type | Description |
|---|---|
| void |
