CountEnabledTestCases | Counts the number of test cases that will be run by this test. |
CountTestCases | Counts the number of test cases that can be run by this test. |
GetEnabled | returns true if the test is enabled to be run. |
GetName | Returns the name of this test. |
LoadConfiguration | Load a previously saved configuration. |
Run | A convenience method to run this test, collecting the results with a default TestResult object. |
RunBare | Runs a test and collects its result in a TTestResult instance. |
SaveConfiguration | Save the current test configuration. |
SetEnabled | Determine if this test will be run. |
Tests |