CurrentDirectoryAttribute(string?, string?)
Initializes a new instance of the CurrentDirectoryAttribute class.
Declaration
public CurrentDirectoryAttribute(string? subdirectory = null, string? callerPath = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | subdirectory | Optionally, the directory containing the tests to execute, relatively to the directory of the caller source file. |
| string | callerPath |