|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestCase
org.eclipse.soda.dk.testagent.framework.ConfiguredTestCase
public abstract class ConfiguredTestCase
| Constructor Summary | |
|---|---|
ConfiguredTestCase()
No-arg constructor to enable serialization. |
|
ConfiguredTestCase(java.lang.String name)
Constructs a test case with the given name. |
|
| Method Summary | |
|---|---|
boolean |
getBoolean(java.lang.String key,
boolean defaultBoolean)
Get boolean with the specified key and default boolean parameters and return the boolean result. |
ConfigurationService |
getConfigurationService()
|
TestContext |
getContext()
|
float |
getFloat(java.lang.String key,
float defaultFloat)
Get float with the specified key and default float parameters and return the float result. |
int |
getInt(java.lang.String key,
int defaultInt)
Get int with the specified key and default int parameters and return the int result. |
long |
getLong(java.lang.String key,
long defaultLong)
Get long with the specified key and default long parameters and return the long result. |
java.lang.Object |
getObject(java.lang.String key,
java.lang.Object defaultObject)
Get object with the specified key and default object parameters and return the Object result. |
java.util.Dictionary |
getProperties()
Gets the properties (Dictionary) value. |
java.lang.String |
getString(java.lang.String key,
java.lang.String defaultString)
Get string with the specified key and default string parameters and return the String result. |
TestSynchronizationService |
getSynchronizationService()
|
boolean |
requestConfirmation(java.lang.String prompt)
Request confirmation with the specified prompt parameter and return the boolean result. |
java.lang.String |
toString()
Returns the string value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfiguredTestCase()
ConfiguredTestCase(String)public ConfiguredTestCase(java.lang.String name)
name - The name (String) parameter.ConfiguredTestCase()| Method Detail |
|---|
public boolean getBoolean(java.lang.String key,
boolean defaultBoolean)
key - The key (String) parameter.defaultBoolean - The default boolean (boolean) parameter.
boolean) value.public ConfigurationService getConfigurationService()
public TestContext getContext()
public float getFloat(java.lang.String key,
float defaultFloat)
key - The key (String) parameter.defaultFloat - The default float (float) parameter.
float) value.
public int getInt(java.lang.String key,
int defaultInt)
key - The key (String) parameter.defaultInt - The default int (int) parameter.
int) value.
public long getLong(java.lang.String key,
long defaultLong)
key - The key (String) parameter.defaultLong - The default long (long) parameter.
long) value.
public java.lang.Object getObject(java.lang.String key,
java.lang.Object defaultObject)
key - The key (String) parameter.defaultObject - The default object (Object) parameter.
Object) value.public java.util.Dictionary getProperties()
Dictionary) value.
public java.lang.String getString(java.lang.String key,
java.lang.String defaultString)
key - The key (String) parameter.defaultString - The default string (String) parameter.
String) value.toString()public TestSynchronizationService getSynchronizationService()
public boolean requestConfirmation(java.lang.String prompt)
throws java.lang.InterruptedException
prompt - The prompt (String) parameter.
boolean) value.
java.lang.InterruptedException - Interrupted Exception.public java.lang.String toString()
String) value.getString(String,String)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||