ToolFixture<TToolSettings, TFixtureResult>.

ToolFixture(string) Constructor

Summary

Initializes a new instance of the ToolFixture<TToolSettings, TFixtureResult> class.

Syntax

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
protected ToolFixture(string toolFilename)

Attributes

Type Description
SuppressMessageAttribute

Parameters

Name Type Description
toolFilename string The tool filename.

Return Value

Type Description
void