Skip to content

InstructionTestSuite<TTestCase> Class

Definition

Base class for instruction-based test suites that provide TTestCases for M6502 emulator implementations.

public abstract class InstructionTestSuite<TTestCase> : TestSuite
   where TTestCase : InstructionTestCase

View source

Type Parameters

Name Description
TTestCase The type of test cases provided by this test suite.

Methods

Name Description
GetTestCases() Gets all the test cases provided by this suite.

See Also

Documentation