The TestErrors class is the collection class for TestError objects. It holds the test case failures and errors that have been collected by the TestResult object.
Note: this class has an instancing property of PublicNotCreatable. It can only be instantiated by classes in the test framework.
Method: | Definition: |
---|---|
Add | Friend Function Add(oTestCase As ITestCase, lNumber As Long, sSource As String, sDescription As String) As TestError |
AddError | Friend Sub AddError(oError As TestError) |
Count | Public Property Get Count() As Long |
Item | Public Property Get Item(iIndex As Integer) As TestError |
NewEnum | Public Property Get NewEnum() As IUnknown |