InstructionTestSuite<TTestCase>.GetTestCases Method
Overloads
Name | Description |
---|---|
Gets all the test cases using the DefaultOptions. | |
Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions. | |
Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions for specific tests. | |
GetTestCases(TestAssertions, IReadOnlyDictionary<String, TestAssertions>) | Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions for all tests along with overrides for specific tests. |
Gets all the test cases using the specified InstructionTestSuiteOptions. |
GetTestCases()
Gets all the test cases using the DefaultOptions.
Returns
A sequence of test cases.
GetTestCases(TestAssertions)
Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions.
Parameters
Name | Type | Description |
---|---|---|
assertionsToRun |
Returns
A sequence of test cases.
GetTestCases(IReadOnlyDictionary<String, TestAssertions>)
Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions for specific tests.
Parameters
Name | Type | Description |
---|---|---|
assertionsToRunOverrides |
Returns
A sequence of test cases.
GetTestCases(TestAssertions, IReadOnlyDictionary<String, TestAssertions>)
Gets all the test cases, overriding the AssertionsToRun on the DefaultOptions for all tests along with overrides for specific tests.
Parameters
Name | Type | Description |
---|---|---|
assertionsToRun | ||
assertionsToRunOverrides |
Returns
A sequence of test cases.
GetTestCases(InstructionTestSuiteOptions)
Gets all the test cases using the specified InstructionTestSuiteOptions.
Parameters
Name | Type | Description |
---|---|---|
options |
Returns
A sequence of test cases.