Z80TestHarness.AssertFail Method
Definition
Signals that a test has failed with the provided error message.
public abstract void AssertFail(string message);
Parameters
Name | Type | Description |
|---|---|---|
message | The error message indicating why the test failed. |
Last modified: 14 December 2025