Skip to content

InstructionTestSuite<TTestCase>.GetTestCases Method

Definition

Gets all the test cases provided by this suite.

public abstract IEnumerable<TTestCase> GetTestCases();

Returns

IEnumerable<TTestCase>