FuseTestCase Class
Definition
A test case from the FuseTestSuite.
public sealed class FuseTestCase : InstructionTestCase
Properties
| Name | Description |
|---|---|
| Expected | Gets the expected Z80 state after executing the DAA instruction. |
| Input | Gets the initial Z80 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. |