InstructionTestCase<THarness, TCycle>.CreateTestHarness Method
Definition
Creates and initializes a harness for instruction execution.
protected TTestHarness CreateTestHarness<TTestHarness>()
where TTestHarness : THarness, new();
Type Parameters
| Name | Description |
|---|---|
| TTestHarness | The concrete harness type to create. |
Returns
TTestHarness