Verification Point Framework Reference |
For a class implementing this interface, the interface provides a method to compare 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 class is passed into the constructor of the abstract VerificationPoint
class and is used when that verification point needs to perform its comparison.
public interface VerificationPointComparator
Known implementing class:
DatabaseVPComparator
Commonly used with QualityArchitect.
This interface requires QualityArchitect.
This method does the following:
VerificationPointData
public booleancompare
(VerificationPointDatavpsExpected
, VerificationPointDatavpsActual
, java.lang.ObjectobjOptions
, java.lang.StringBuffersFailureDescription
)
A Boolean value indicating whether the test passed or failed.
Rational Test Script Services for Java | Rational Software Corporation |
Copyright (c) 2003, Rational Software Corporation | http://www.rational.com support@rational.com info@rational.com |