TestCase<THarness>.Execute Method
Definition
Executes this test case using the specified harness type.
public abstract void Execute<TTestHarness>(TextWriter? testOutput = null)
where TTestHarness : THarness, new();
Type Parameters
| Name | Description |
|---|---|
| TTestHarness | The type of harness to use for execution. |
Parameters
| Name | Type | Description |
|---|---|---|
| testOutput | TextWriter | Optional TextWriter for test output. If null, no output will be written. |