Interface ITestCase

Description:

This interface is implemented by the TestCase class. It represents an individual test case by holding a reference to the name of the test case (ie. the method containing the test code) and to the test container that contains the test method to execute.

Known Subclasses:

Method Summary:

Method:Definition:
Name Public Property Get Name() As String
TestContainer Public Property Get TestContainer() As ITestContainer

Methods:

Name

Definition:
Public Property Get Name() As String
Description:
Name of the test case

TestContainer

Definition:
Public Property Get TestContainer() As ITestContainer
Description:
Reference to the test container containing the test method to be executed.