Z80ExpectedState.Assert Method
Definition
Asserts that the actual Z80 state matches the expected state according to the specified assertions.
public void Assert(TestAssertions assertionsToRun, Z80TestHarness z80);
Parameters
Name | Type | Description |
---|---|---|
assertionsToRun | The set of assertions to perform. | |
z80 | The Z80 test harness containing the actual state to verify. |
Last modified: 13 July 2025