ITest Interface
Properties Methods
ITest represents a test that can be run.

Unit
TestFramework

Declaration
ITest = interface(IUnknown)

Introduced Properties
Enabled Indicates if a test will be performed.
Name The name of this test.

Introduced Methods
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


HTML generated by Time2HELP
http://www.time2help.com