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.
Method: | Definition: |
---|---|
Name | Public Property Get Name() As String |
TestContainer | Public Property Get TestContainer() As ITestContainer |