Step Class
Definition
Represents a single step in a SingleStepTestCase containing input state and expected output state.
public sealed class Step
Properties
| Name | Description |
|---|---|
Expected |
Gets the expected state of the Z80 after executing this step. |
Index |
Gets the zero-based index of this step within the test case. |
Input |
Gets the input state of the Z80 for this step. |