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