This interface identifies TestContainer classes. TestContainers are a COM class that hold different test case methods.
Method: | Definition: |
---|---|
RunTestCase | Public Sub RunTestCase(oTestCase As ITestCase, oTestResult As TestResult) |
Setup | Public Sub Setup() |
TestCaseNames | Public Property Get TestCaseNames() As Variant() |
TearDown | Public Sub TearDown() |