Rational QualityArchitect/Java API
Version 1.0
B C D F G I J L O P R S T V W

B

bIsDefined - Variable in class com.rational.test.vp.VerificationPoint
If true, indicates that the verification point's metadata is fully specified.
bIsValid - Variable in class com.rational.test.vp.VerificationPoint
If true, indicates that the verification point was correctly instantiated, successfully captured, and is in a valid state -- otherwise false.

C

captureData(Object, VerificationPoint) - Method in interface com.rational.test.vp.VerificationPointDataProvider
This method builds an expected or actual data object of type VerificationPointData.
captureData(Object, VerificationPoint) - Method in class com.rational.test.vp.DatabaseVPDataProvider
This method builds a VerificationPointData object.
close() - Method in class com.rational.test.ct.LookUpTable
This method closes the current lookup table (that is, the lookup table associated with this instance of the LookUpTable class).
codeFactory_getConstructorInvocation() - Method in class com.rational.test.vp.VerificationPoint
This code factory method returns a parameterized constructor call.
codeFactory_getConstructorInvocation() - Method in class com.rational.test.vp.DatabaseVP
Internal use only.
codeFactory_getExternalizedInputDecl(int) - Method in class com.rational.test.vp.VerificationPoint
This code factory method returns a variable declaration.
codeFactory_getExternalizedInputDecl(int) - Method in class com.rational.test.vp.DatabaseVP
Internal use only.
codeFactory_getNumExternalizedInputs() - Method in class com.rational.test.vp.VerificationPoint
This code factory method returns the number of responses (inputs) that a tester provided when defining verification point metadata interactively through a UI.
codeFactory_getNumExternalizedInputs() - Method in class com.rational.test.vp.DatabaseVP
Internal use only.
codeFactory_getPrefix() - Method in class com.rational.test.vp.VerificationPoint
This code factory method retrieves the user-defined prefix that is currently available to prepend to a variable name to make the name unique.
codeFactory_getStaticInvocation() - Method in class com.rational.test.vp.VerificationPoint
This code factory method sends back a static invocation declaration.
codeFactory_getStaticInvocation() - Method in class com.rational.test.vp.DatabaseVP
Internal use only.
codeFactory_setPrefix(String) - Method in class com.rational.test.vp.VerificationPoint
This code factory method specifies a user-defined prefix to prepend to the current set of variable names created and declared by the codeFactory_getExternalizedInputDecl() method.
com.rational.test.ct - package com.rational.test.ct
Contains the base package for Java test scripts.
com.rational.test.vp - package com.rational.test.vp
Provides verification point services to Java test scripts.
COMPARE_CASEINSENSITIVE - Static variable in class com.rational.test.vp.VerificationPoint
Specifies that the verification should be case insensitive.
COMPARE_CASESENSITIVE - Static variable in class com.rational.test.vp.VerificationPoint
Specifies that the verification should be case sensitive (default).
compare(VerificationPointData, VerificationPointData, Object, StringBuffer) - Method in interface com.rational.test.vp.VerificationPointComparator
This method compares an expected data object and an actual data object, both of type VerificationPointData, and determines whether the test succeeds or fails.
compare(VerificationPointData, VerificationPointData, Object, StringBuffer) - Method in class com.rational.test.vp.DatabaseVPComparator
This method compares an expected data object and an actual data object, both DatabaseVPData implementations of VerificationPointData, and determines whether the test succeeds or fails.
CPP - Static variable in class com.rational.test.ct.TestInfo
 

D

DatabaseVP - class com.rational.test.vp.DatabaseVP.
This class implements a database verification point.
DatabaseVP(String) - Constructor for class com.rational.test.vp.DatabaseVP
This constructor specifies only the name of the verification point.
DatabaseVP(String, String, String, String, String, String) - Constructor for class com.rational.test.vp.DatabaseVP
This constructor specifies the name of the verification point plus the verification point's metadata.
DatabaseVP(String, String, String, String, String, String, int) - Constructor for class com.rational.test.vp.DatabaseVP
This constructor specifies the name of the verification point, the verification point's metadata, and any options that customize the behavior of the verification point.
DatabaseVPComparator - class com.rational.test.vp.DatabaseVPComparator.
The framework calls the compare() method in this class to compare two DatabaseVPData objects.
DatabaseVPComparator() - Constructor for class com.rational.test.vp.DatabaseVPComparator
 
DatabaseVPData - class com.rational.test.vp.DatabaseVPData.
This class encapsulates and serializes the data being verified by the database verification point.
DatabaseVPData() - Constructor for class com.rational.test.vp.DatabaseVPData
 
DatabaseVPDataProvider - class com.rational.test.vp.DatabaseVPDataProvider.
DatabaseVPDataProvider provides the link between the DatabaseVP class and the DatabaseVPData class.
DatabaseVPDataProvider() - Constructor for class com.rational.test.vp.DatabaseVPDataProvider
 
DatabaseVPDataRenderer - class com.rational.test.vp.DatabaseVPDataRenderer.
This class implements a renderer for any class that implements the DataTable interface.
DatabaseVPDataRenderer() - Constructor for class com.rational.test.vp.DatabaseVPDataRenderer
 
DataTable - interface com.rational.test.vp.DataTable.
A class implementing this interface encapsulates a table of string data.
defineVPcallback() - Method in class com.rational.test.vp.VerificationPoint
This method should provide a way to capture the metadata for the verification point -- typically, by presenting the tester with a UI device, such as the Query Builder tool provided with Rational QualityArchitect for use with the database verification point).
defineVPcallback() - Method in class com.rational.test.vp.DatabaseVP
Internal use only.
displayAndValidateData(VerificationPointData, String) - Method in class com.rational.test.vp.DatabaseVPDataRenderer
 
displayAndValidateData(VerificationPointData, String) - Method in interface com.rational.test.vp.VerificationPointDataRenderer
This method presents the tester with a visual representation of the data object as it exists before the expected (baseline) data is stored for this static verification point.

F

find(String[], String[]) - Method in class com.rational.test.ct.LookUpTable
This method sets the cursor to the row in the current lookup table that contains the column value(s) passed to it.

G

getColumns() - Method in interface com.rational.test.vp.DataTable
This method retrieves the column names in the table.
getColumns() - Method in class com.rational.test.vp.DatabaseVPData
 
getCon() - Method in class com.rational.test.vp.DatabaseVP
This method retrieves the current connection object used to connect to the JDBC data source.
getCurrentScriptName() - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getData() - Method in interface com.rational.test.vp.DataTable
This method retrieves data from the table.
getData() - Method in class com.rational.test.vp.DatabaseVPData
 
getExpectedException() - Method in class com.rational.test.ct.LookUpTable
This method returns the contents of the expectedException column in the current lookup table row.
getFileExtension() - Method in interface com.rational.test.vp.VerificationPointData
This method returns the extension of the file used to store the data object.
getFileExtension() - Method in class com.rational.test.vp.DatabaseVPData
 
getIsDefined() - Method in class com.rational.test.vp.VerificationPoint
This method retrieves the value of the bIsDefined field.
getJDBCdriver() - Method in class com.rational.test.vp.DatabaseVP
This method retrieves the current driver used in the connection to the JDBC data source.
getJDBCpassword() - Method in class com.rational.test.vp.DatabaseVP
This method retrieves the current password for connecting to the JDBC data source.
getJDBCurl() - Method in class com.rational.test.vp.DatabaseVP
This method retrieves the current URL used to connect to the JDBC data source.
getJDBCuser() - Method in class com.rational.test.vp.DatabaseVP
This method retrieves the current user ID for connecting to the JDBC data source.
getLog() - Method in class com.rational.test.vp.VerificationPoint
 
getLogActualFile() - Method in class com.rational.test.vp.VerificationPoint
Internal use only.
getLogBaselineFile() - Method in class com.rational.test.vp.VerificationPoint
Internal use only.
getLogMetaFile() - Method in class com.rational.test.vp.VerificationPoint
Internal use only.
getMasterBaselineFile() - Method in class com.rational.test.vp.VerificationPoint
Internal use only.
getMasterMetaFile() - Method in class com.rational.test.vp.VerificationPoint
Internal use only.
getNumCols() - Method in interface com.rational.test.vp.DataTable
This method retrieves the number of columns in the table.
getNumCols() - Method in class com.rational.test.vp.DatabaseVPData
 
getNumRows() - Method in interface com.rational.test.vp.DataTable
This method retrieves the number of rows in the table.
getNumRows() - Method in class com.rational.test.vp.DatabaseVPData
 
getOptions() - Method in class com.rational.test.vp.VerificationPoint
This method retrieves the options associated with the current verification point.
getOptions() - Method in class com.rational.test.vp.VerificationPointProperties
 
getProperties() - Method in class com.rational.test.vp.DatabaseVP
Internal use only.
getRelativeBaselineVPPath() - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getRepositoryPath() - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getReturnValue() - Method in class com.rational.test.ct.LookUpTable
This method returns the contents of the expectedReturn column in the current lookup table row.
getRQADataDirectory() - Static method in class com.rational.test.ct.TestInfo
This method is used to retrieve the RQA data directory from the System Registry.
getRQAInstallDirectory() - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getScriptFileArray(long, String) - Static method in class com.rational.test.ct.TestInfo
This method is used to retrieve the array of script file names for the specified script type, lLanguage, from the subdirectory, scriptDir, within the test script datastore.
getScriptSourcePath(long) - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getScriptSourceUID(long) - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getSQL() - Method in class com.rational.test.vp.DatabaseVP
This method retrieves the current SQL statement used to capture data from the JDBC data source.
getStmt() - Method in class com.rational.test.vp.DatabaseVP
This method retrieves the current JDBC statement.
getValue(String) - Method in class com.rational.test.ct.LookUpTable
This method returns the contents of the specified column in the current lookup table row.
getVPClassName(long, String) - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getVPFolderPath() - Static method in class com.rational.test.ct.TestInfo
For internal use only.
getVPname() - Method in class com.rational.test.vp.VerificationPoint
This method retrieves the name of the current verification point.
getVPTypes(long) - Static method in class com.rational.test.ct.TestInfo
For internal use only.

I

initializeStub() - Static method in class com.rational.test.ct.TestInfo
For internal use only.
initializeVP(boolean) - Method in class com.rational.test.vp.VerificationPoint
For internal use only.

J

JAVA - Static variable in class com.rational.test.ct.TestInfo
 

L

log - Variable in class com.rational.test.ct.LookUpTable
Provides access to the logging services in the TestLog class.
logInToTestRepository() - Static method in class com.rational.test.ct.TestInfo
For internal use only.
LookUpTable - class com.rational.test.ct.LookUpTable.
This class lets a method in a stub access a lookup table.
LookUpTable() - Constructor for class com.rational.test.ct.LookUpTable
Initializes the LookUpTable class.
LookUpTableException - exception com.rational.test.ct.LookUpTableException.
Insert the type's description here.
LookUpTableException() - Constructor for class com.rational.test.ct.LookUpTableException
StubException constructor comment.
LookUpTableException(String) - Constructor for class com.rational.test.ct.LookUpTableException
StubException constructor comment.

O

open(String) - Method in class com.rational.test.ct.LookUpTable
This method opens the specified lookup table.
OPTION_EXPECT_FAILURE - Static variable in class com.rational.test.vp.VerificationPoint
Specifies that the verification point's expected result is failure.
OPTION_TRIM - Static variable in class com.rational.test.vp.DatabaseVP
This option specifies that values captured from the DatabaseVP should have whitespace trimmed from the right and left sides.
OPTION_USER_ACKNOWLEDGE_BASELINE - Static variable in class com.rational.test.vp.VerificationPoint
Specifies that the first run of a static verification point should display the captured data for the tester to validate before storing it as the expected (baseline) data object.

P

performTest(Object) - Method in class com.rational.test.vp.VerificationPoint
This method performs a static verification point.
performTest(Object, VerificationPointData) - Method in class com.rational.test.vp.VerificationPoint
This method performs a dynamic verification point.
performTest(Object, VerificationPointData, VerificationPointData) - Method in class com.rational.test.vp.VerificationPoint
This method performs a manual verification point.
putSilent(boolean) - Static method in class com.rational.test.ct.TestInfo
This method is used to set the silent mode for the CDataStore object.

R

readFile(InputStream) - Method in class com.rational.test.vp.VerificationPoint
This method deserializes a verification point object from the specified InputStream.
readFile(InputStream) - Method in class com.rational.test.vp.DatabaseVP
 
readFile(InputStream) - Method in interface com.rational.test.vp.VerificationPointData
This method reads the expected or actual data object from the specified InputStream.
readFile(InputStream) - Method in class com.rational.test.vp.DatabaseVPData
 

S

setColumns(String[]) - Method in interface com.rational.test.vp.DataTable
This method specifies the column names in the table.
setColumns(String[]) - Method in class com.rational.test.vp.DatabaseVPData
 
setCon(Connection) - Method in class com.rational.test.vp.DatabaseVP
This method sets the connection object for the JDBC data source.
setData(Vector) - Method in interface com.rational.test.vp.DataTable
This method specifies the data in the table.
setData(Vector) - Method in class com.rational.test.vp.DatabaseVPData
 
setIsDefined(boolean) - Method in class com.rational.test.vp.VerificationPoint
This method assigns a value to the bIsDefined field.
setJDBCdriver(String) - Method in class com.rational.test.vp.DatabaseVP
This method sets the JDBC driver used to connect to the JDBC data source.
setJDBCpassword(String) - Method in class com.rational.test.vp.DatabaseVP
This method sets the password for the connection to the JDBC data source.
setJDBCurl(String) - Method in class com.rational.test.vp.DatabaseVP
This method sets the JDBC URL used in the connection to the JDBC data source.
setJDBCuser(String) - Method in class com.rational.test.vp.DatabaseVP
This method sets the user ID for the connection to the JDBC data source.
setOptions(int) - Method in class com.rational.test.vp.VerificationPoint
This method sets the options for the current verification point.
setOptions(int) - Method in class com.rational.test.vp.VerificationPointProperties
 
setSQL(String) - Method in class com.rational.test.vp.DatabaseVP
This method sets the SQL statement to use in capturing data from the JDBC data source.
setStmt(Statement) - Method in class com.rational.test.vp.DatabaseVP
This method sets the JDBC statement
setVPname(String) - Method in class com.rational.test.vp.VerificationPoint
This method sets the name of the current verification point.
sFailureDescription - Variable in class com.rational.test.vp.VerificationPoint
Specifies the reason for a failure.
storeScript(String, String, long, String) - Static method in class com.rational.test.ct.TestInfo
For internal use only.
storeScriptFromFile(String, String, long, String) - Static method in class com.rational.test.ct.TestInfo
For internal use only.

T

TestInfo - class com.rational.test.ct.TestInfo.
For internal use only.
TestInfo() - Constructor for class com.rational.test.ct.TestInfo
For internal use only.
TestLog - class com.rational.test.ct.TestLog.
This class lets you log information from test scripts and stubs.
TestLog() - Constructor for class com.rational.test.ct.TestLog
Initializes the TestLog class.

V

VB - Static variable in class com.rational.test.ct.TestInfo
 
VERIFICATION_ERROR - Static variable in class com.rational.test.vp.VerificationPoint
An error occured, and the verification point was not performed.
VERIFICATION_FAILED - Static variable in class com.rational.test.vp.VerificationPoint
The verification point was performed, and the comparison failed.
VERIFICATION_NO_RESULT - Static variable in class com.rational.test.vp.VerificationPoint
The static verification point was run for the first time, and a baseline (expected) data object was successfully captured.
VERIFICATION_SUCCEEDED - Static variable in class com.rational.test.vp.VerificationPoint
The verification point was performed, and the comparison passed.
VerificationPoint - class com.rational.test.vp.VerificationPoint.
This class contains the verification point's metadata -- that is, the information that determines the data to capture for this verification point.
VerificationPoint(String, Class, Class, Class, Class) - Constructor for class com.rational.test.vp.VerificationPoint
This constructor stores the name of the verification point and the classes that provide serialization and comparison services for the verification point.
VerificationPointComparator - interface com.rational.test.vp.VerificationPointComparator.
A class implementing this interface provides a method that compares two VerificationPointData objects to determine if the comparison succeeds or fails.
VerificationPointData - interface com.rational.test.vp.VerificationPointData.
A class implementing this interface encapsulates and serializes a single snapshot of either expected or actual data.
VerificationPointDataProvider - interface com.rational.test.vp.VerificationPointDataProvider.
An implementation of this class creates a Verification Point Data object based on the verification point metadata in the specialized Verification Point object.
VerificationPointDataRenderer - interface com.rational.test.vp.VerificationPointDataRenderer.
A class implementing this interface provides the capability of displaying the data stored in the Verification Point Data class, allowing the tester to interactively accept or reject that data as the expected (baseline) data for a static verification point.
VerificationPointProperties - class com.rational.test.vp.VerificationPointProperties.
This class is used to store the Verification Point properties.
VerificationPointProperties() - Constructor for class com.rational.test.vp.VerificationPointProperties
 

W

writeException(Throwable) - Static method in class com.rational.test.ct.TestLog
This method lets you log an exception that was thrown in a test script.
writeFile(OutputStream) - Method in class com.rational.test.vp.VerificationPoint
This method serializes the verification point object to the specified OutputStream.
writeFile(OutputStream) - Method in class com.rational.test.vp.DatabaseVP
 
writeFile(OutputStream) - Method in interface com.rational.test.vp.VerificationPointData
This method writes the expected or actual data object to the specified OutputStream.
writeFile(OutputStream) - Method in class com.rational.test.vp.DatabaseVPData
 
writeLogFromStub(String, short, String) - Static method in class com.rational.test.ct.TestInfo
For internal use only.
writeStubException(String, Throwable) - Static method in class com.rational.test.ct.TestLog
This method lets you log information about an exception that was thrown during the execution of a Rational QualityArchitect stub.
writeStubMessage(String, String) - Static method in class com.rational.test.ct.TestLog
This method lets you log a message relating to the execution of a stub.
writeVPLog(short, String, String, String, String, String, String) - Static method in class com.rational.test.ct.TestLog
Internal use only.

B C D F G I J L O P R S T V W
30-Jun-2003

Rational QualityArchitect/Java Support Home Page
Copyright (c) 2000, Rational Software Corporation