|
Rational QualityArchitect/Java API Version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.rational.test.ct.TestInfo
For internal use only.
Field Summary | |
static long |
CPP
|
static long |
JAVA
|
static long |
VB
|
Constructor Summary | |
TestInfo()
For internal use only. |
Method Summary | |
static java.lang.String |
getCurrentScriptName()
For internal use only. |
static java.lang.String |
getRelativeBaselineVPPath()
For internal use only. |
static java.lang.String |
getRepositoryPath()
For internal use only. |
static java.lang.String |
getRQADataDirectory()
This method is used to retrieve the RQA data directory from the System Registry. |
static java.lang.String |
getRQAInstallDirectory()
For internal use only. |
static java.lang.String[] |
getScriptFileArray(long lLanguage,
java.lang.String scriptDir)
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. |
static java.lang.String |
getScriptSourcePath(long language)
For internal use only. |
static java.lang.String |
getScriptSourceUID(long lLanguage)
For internal use only. |
static java.lang.String |
getVPClassName(long nLanguage,
java.lang.String sVPType)
For internal use only. |
static java.lang.String |
getVPFolderPath()
For internal use only. |
static java.lang.String[] |
getVPTypes(long nLanguage)
For internal use only. |
static void |
initializeStub()
For internal use only. |
static boolean |
logInToTestRepository()
For internal use only. |
static void |
putSilent(boolean bSilent)
This method is used to set the silent mode for the CDataStore object. |
static boolean |
storeScript(java.lang.String sName,
java.lang.String sDirectory,
long nLanguage,
java.lang.String sData)
For internal use only. |
static boolean |
storeScriptFromFile(java.lang.String sName,
java.lang.String sDirectory,
long nLanguage,
java.lang.String sData)
For internal use only. |
static boolean |
writeLogFromStub(java.lang.String message,
short result,
java.lang.String description)
For internal use only. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final long JAVA
public static final long VB
public static final long CPP
Constructor Detail |
public TestInfo()
Method Detail |
public static java.lang.String getCurrentScriptName() throws java.lang.Exception
public static java.lang.String getRelativeBaselineVPPath() throws java.lang.Exception
public static java.lang.String getRepositoryPath() throws java.lang.Exception
public static java.lang.String getRQAInstallDirectory() throws java.lang.Exception
public static java.lang.String getRQADataDirectory() throws java.lang.Exception
This method is used to retrieve the RQA data directory from the System Registry.
java.lang.Exception
- public static java.lang.String[] getScriptFileArray(long lLanguage, java.lang.String scriptDir) throws java.lang.Exception
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. The returned array will contain the script file names for every file within the specified script directory.
lLanguage
- the type of test script to look forscriptDir
- the subdirectory of the script files within the
script source directory in the datastorejava.lang.Exception
- public static java.lang.String getScriptSourcePath(long language) throws java.lang.Exception
public static java.lang.String getScriptSourceUID(long lLanguage) throws java.lang.Exception
public static java.lang.String getVPClassName(long nLanguage, java.lang.String sVPType) throws java.lang.Exception
public static java.lang.String getVPFolderPath() throws java.lang.Exception
public static java.lang.String[] getVPTypes(long nLanguage) throws java.lang.Exception
public static final void initializeStub()
public static boolean logInToTestRepository() throws java.lang.Exception
public static final void putSilent(boolean bSilent) throws java.lang.Exception
This method is used to set the silent mode for the CDataStore object. If the silent mode is set to true, no overwrite dialogs will be displayed. By default, silent mode is off.
bSilent
- indicates to turn on or off silent modejava.lang.Exception
- public static boolean storeScript(java.lang.String sName, java.lang.String sDirectory, long nLanguage, java.lang.String sData) throws java.lang.Exception
public static boolean storeScriptFromFile(java.lang.String sName, java.lang.String sDirectory, long nLanguage, java.lang.String sData) throws java.lang.Exception
public static boolean writeLogFromStub(java.lang.String message, short result, java.lang.String description)
|
30-Jun-2003 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |