Skip to content

InstructionTestCase<THarness, TCycle>.CreateTestHarness Method

Definition

Creates and initializes a harness for instruction execution.

protected TTestHarness CreateTestHarness<TTestHarness>()
   where TTestHarness : THarness, new();

View source

Type Parameters

Name Description
TTestHarness The concrete harness type to create.

Returns

TTestHarness