Skip to content

ProgramTestCase Class

Definition

Base class for M6502 test cases that execute a full program and verify the result.

public abstract class ProgramTestCase : TestCase

View source

Methods

Name Description
Execute<TTestHarness>(TextWriter) Executes the test case with the specified test output.