ExtendedInstructionsTestCase Class
Definition
A test case from the ExtendedInstructionsTestSuite.
public sealed class ExtendedInstructionsTestCase : InstructionTestCase
Properties
| Name | Description |
|---|---|
Expected |
Gets the expected Z80N state after executing the instruction. |
Input |
Gets the initial Z80N state for this test case. |
OpcodeName |
Gets the name of the opcode being tested. |
Methods
| Name | Description |
|---|---|
Execute<TTestHarness>(TextWriter) |
Executes this test case using the specified Z80TestHarness type. |