InstructionTestCase Class
Definition
A test case from an InstructionTestSuite<TTestCase>.
public abstract class InstructionTestCase : InstructionTestCase<Z80TestHarness, Cycle>
Constructors
| Name | Description |
|---|---|
| InstructionTestCase(String, InstructionTestSuiteOptions) |
Properties
| Name | Description |
|---|---|
| AssertionsToRun | The TestAssertions to run for this test case. |
| MemoryCycleMethod | The MemoryCycleMethod used by the emulator being tested. |
| Name | Gets the name of the test case. |
| OpcodeName | Gets the name of the opcode being tested. |
Methods
| Name | Description |
|---|---|
| InitializeTestHarness(Z80TestHarness) |