Interface ITestContainer

Description:

This interface identifies TestContainer classes. TestContainers are a COM class that hold different test case methods.

Known Subclasses:

Method Summary:

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()

Methods:

TestCaseNames

Definition:
Public Property Get TestCaseNames() As Variant()
Description:
Return the name of the different test case methods in this test container

RunTestCase

Definition:
Public Sub RunTestCase(oTestCase As ITestCase, oTestResult As TestResult)
Description:
Run the specified test case methods in this test container

Setup

Definition:
Public Sub Setup()
Description:
Initialize the test fixture

TearDown

Definition:
Public Sub TearDown()
Description:
Destroy the test fixture