PROTOTYPE
Not reviewed yet: use at your own risk!

satin.testing.parameters
Class AppParamSet

java.lang.Object
  |
  +--satin.testing.parameters.ParamSet
        |
        +--satin.testing.parameters.AppParamSet
All Implemented Interfaces:
Params

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

Author:
Andrew Griffin

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

AppParamSet

public AppParamSet(java.lang.String name)
The one and only constructor.

Parameters:
name
The name of this AppParamSet
Method Detail

getName

public java.lang.String getName()
Returns the name of this AppParamSet
Revision History



Generated on 5/9/2001 19:37 from AppParamSet.java (PRIVATE SOURCES)