MrKWatkins.EmulatorTestSuites 0.2.2 Help

FuseTestCase.Execute Method

Definition

Executes this test case using the specified Z80TestHarness type.

public override void Execute<TTestHarness>(TextWriter? testOutput = null) where TTestHarness : Z80TestHarness, new();

Type Parameters

Name

Description

TTestHarness

The type of Z80TestHarness to use for execution.

Parameters

Name

Type

Description

testOutput

TextWriter

Optional TextWriter for test output. If null, no output will be written.

Last modified: 14 December 2025