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. |