Skip to content

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 String The error message indicating why the test failed.