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 |
TestAssertions |
The set of assertions to perform. |
z80 |
Z80TestHarness |
The Z80 test harness containing the actual state to verify. |