MrKWatkins.EmulatorTestSuites 0.1.9 Help

TestCase Class

Definition

Base class for test cases that validate Z80 emulator implementations.

public abstract class TestCase

Properties

Name

Description

Id

Gets the unique identifier for this test case.

Name

Gets the display name of the test case. By default, returns the Id.

Methods

Name

Description

Execute<TTestHarness>(TextWriter)

Executes this test case using the specified Z80TestHarness type.

ToString()

Returns a string representation of this TestCase.

Last modified: 13 July 2025