|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
|
PROTOTYPE Not reviewed yet: use at your own risk! |
java.lang.Object
|
+--satin.testing.parameters.ParamSet
|
+--satin.testing.parameters.AppParamSet
public class AppParamSet
extends ParamSet
Class for an application parameter set.
One instance of this class
will be created for each application block parsed from the input
parameter files.
All parameter names in UPPERCASE are reserved by convention. Scripts should use lowercase or mixedcase names to avoid name collisions.
The following parameter names are reserved within the AppParamSet:
APP_DIR - The directory the AUT is located in
APP_NAME - The name of the AUT
| Constructor Summary | |
AppParamSet(java.lang.String name)
The one and only constructor. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of this AppParamSet |
| Methods inherited from class satin.testing.parameters.ParamSet |
getBoolean, getBoolean, getChar, getChar, getDouble, getDouble, getElement, getInt, getInt, getParamNames, getParamNameVector, getParamValueAsString, getParamValueAsString, getString, getString, getSuiteElement, getVector, getVector, getVectorElement, isDefined |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AppParamSet(java.lang.String name)
name| Method Detail |
public java.lang.String getName()
| Revision History |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
AppParamSet.java (PRIVATE SOURCES)