|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestSuite
org.eclipse.soda.dk.testagent.framework.ConfiguredTestSuite
public class ConfiguredTestSuite
| Constructor Summary | |
|---|---|
ConfiguredTestSuite()
Constructs an empty TestSuite. |
|
ConfiguredTestSuite(java.lang.Class theClass)
Constructs a TestSuite from the given class. |
|
ConfiguredTestSuite(java.lang.Class theClass,
java.lang.String name)
Constructs a TestSuite from the given class with the given name. |
|
ConfiguredTestSuite(java.lang.String name)
Constructs an empty TestSuite. |
|
| Method Summary | |
|---|---|
protected void |
addTest(java.lang.Class testClass)
Add test with the specified test class parameter. |
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfiguredTestSuite()
ConfiguredTestSuite(Class,String),
ConfiguredTestSuite(Class),
ConfiguredTestSuite(String)
public ConfiguredTestSuite(java.lang.Class theClass,
java.lang.String name)
theClass - The the class (Class) parameter.name - The name (String) parameter.TestSuite#TestSuite(Class),
ConfiguredTestSuite(),
ConfiguredTestSuite(Class),
ConfiguredTestSuite(String)public ConfiguredTestSuite(java.lang.Class theClass)
theClass - The the class (Class) parameter.ConfiguredTestSuite(),
ConfiguredTestSuite(Class,String),
ConfiguredTestSuite(String)public ConfiguredTestSuite(java.lang.String name)
name - The name (String) parameter.ConfiguredTestSuite(),
ConfiguredTestSuite(Class,String),
ConfiguredTestSuite(Class)| Method Detail |
|---|
protected void addTest(java.lang.Class testClass)
testClass - The test class (Class) parameter.
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.public TestSynchronizationService getSynchronizationService()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||