Skip to content

ProgramTestSuite<TTestCase> Class

Definition

Base class for program-based test suites that provide TTestCases for Z80 emulator implementations.

public abstract class ProgramTestSuite<TTestCase> : TestSuite
   where TTestCase : TestCase

View source

Type Parameters

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

Properties

Name Description
TestCases Gets the list of test cases in this test suite.

See Also

Documentation