Skip to content

SingleStepTestCase.Execute Method

Definition

Executes this test case using the specified M6502TestHarness type.

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

View source

Type Parameters

Name Description
TTestHarness The type of M6502TestHarness to use for execution.

Parameters

Name Type Description
testOutput TextWriter Optional TextWriter for test output. If null, no output will be written.