Database Verification Point Reference |
The verification point framework calls the compare()
method in this class to compare two DatabaseVPData
objects. The comparison is for either case-sensitive equality or case-insensitive equality, depending on the options set in the DatabaseVP
object that is driving the comparison.
public class DatabaseVPComparator extends java.lang.Object implements com.rational.test.vp.VerificationPointComparator java.lang.Object | +--com.rational.test.vp.DatabaseVPComparator
Commonly used with QualityArchitect.
This class requires QualityArchitect.
This class contains the following method:
compare()
Compares an expected data object and an actual data object, both of type
VerificationPointData
, and determines whether the test succeeds or fails.
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
, wait
, wait
public DatabaseVPComparator
()
Compares an expected data object and an actual data object and determines whether the test succeeds or fails.
public booleancompare
(VerificationPointDatavpdExpected
, VerificationPointDatavpdActual
, java.lang.ObjectobjOptions
, java.lang.StringBuffersFailureDescription
)
A boolean
value indicating whether the test passed or failed.
The expected and the actual data objects are DatabaseVPData
implementations of VerificationPointData
.
This method is specified by the compare()
method in the interface VerificationPointComparator
.
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 |