RaxoftTestSuite.Get Method
Definition
Gets a test suite instance for the specified RaxoftTestType and RaxoftTestVersion.
public static RaxoftTestSuite Get(RaxoftTestType type, RaxoftTestVersion version = RaxoftTestVersion.MrKWatkins.EmulatorTestSuites.Z80.Program.Raxoft.RaxoftTestVersion);
Parameters
| Name | Type | Description |
|---|---|---|
| type | RaxoftTestType | The type of test suite to retrieve. |
| version | RaxoftTestVersion | The version of the test suite to retrieve. Defaults to V1_2A. |
Returns
The corresponding RaxoftTestSuite instance.