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
Type Parameters
Name | Description |
|---|---|
TTestCase | The type of test cases provided by this test suite. |
Properties
Name | Description |
|---|---|
Gets the list of test cases in this test suite. |
See Also
Last modified: 14 December 2025