TimingTestCase Class
Definition
A test case from the TimingTestSuite.
public sealed class TimingTestCase : TestCase
Properties
| Name | Description |
|---|---|
| Contended | Gets whether this test case uses the contended variant. |
| Description | Gets the description of the instruction group being tested. |
| Name | Gets the display name for this test case. |
| TestNumber | Gets the original test number. |
Methods
| Name | Description |
|---|---|
| Execute<TTestHarness>(TextWriter) | Executes this test case using the specified Z80TestHarness type. |