TimingTestCase.Execute Method
Definition
Executes this test case using the specified ZXSpectrumTestHarness type.
public override void Execute<TTestHarness>(TextWriter? testOutput = null)
where TTestHarness : ZXSpectrumTestHarness, new();
Type Parameters
| Name | Description |
|---|---|
| TTestHarness | The type of ZXSpectrumTestHarness to use. |
Parameters
| Name | Type | Description |
|---|---|---|
| testOutput | TextWriter | Optional writer for test output. |