TestCase<THarness> Constructors
Initializes a new instance of the TestCase<THarness> class.
protected TestCase(string id);
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | The unique identifier for this test case. |
Initializes a new instance of the TestCase<THarness> class.
protected TestCase(string id);
| Name | Type | Description |
|---|---|---|
| id | String | The unique identifier for this test case. |