InstructionTestSuite<TTestCase> Class
Definition
Base class for instruction-based test suites that provide TTestCase
s for Z80 emulator implementations.
Type Parameters
Name | Description |
---|---|
TTestCase | The type of test cases provided by this test suite. |
Properties
Name | Description |
---|---|
The default InstructionTestSuiteOptions for the test suite. |
Methods
Name | Description |
---|---|
Gets all the test cases using the DefaultOptions. | |
Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions. | |
Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions for specific tests. | |
GetTestCases(TestAssertions, IReadOnlyDictionary<String, TestAssertions>) | Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions for all tests along with overrides for specific tests. |
Gets all the test cases using the specified InstructionTestSuiteOptions. |