Verification Point Framework Reference |
An interface implementing this interface provides a method that compares two VerificationPointData
objects to determine if the comparison succeeds or fails. The comparison can test for equality between the expected and actual data, or it can test for some other condition (for example, that the actual data falls within a given range).
This interface is passed into the constructor of the abstract VerificationPoint
interface and is used when that verification point needs to perform its comparison.
Commonly used with QualityArchitect.
QualityArchitect is required for use of this interface.
Compares an expected data object with an actual data object and determines whether the test succeeds or fails.
compare
(ExpectedData
As IVerificationPointData,ActualData
As IVerificationPointData,Options
As Variant,FailureDescription
As String) As Boolean
A Boolean value indicating whether the comparison passed or failed.
Rational Test Script Services for Visual Basic | Rational Software Corporation |
Copyright (c) 2003, Rational Software Corporation | http://www.rational.com support@rational.com info@rational.com |