Skip to content

InterruptTestCase.Execute Method

Definition

Executes this test case using the specified Z80SteppableTestHarness type.

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

View source

Type Parameters

Name Description
TTestHarness The type of steppable harness to execute against.

Parameters

Name Type Description
testOutput TextWriter Optional test output.