|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testagent.ConfiguredTestContext
public class ConfiguredTestContext
| Method Summary | |
|---|---|
java.util.Dictionary |
getConfigurationInformation()
Gets the configuration information (Dictionary) value. |
java.lang.Object |
getConfigurationInformation(java.lang.String propertyName)
Get configuration information with the specified property name parameter and return the Object result. |
ConfigurationService |
getConfigurationService()
Gets the configuration service value. |
NotificationService |
getNotificationService()
Gets the notification service value. |
TestSynchronizationService |
getSynchronizationService()
Gets the synchronization service (TestSynchronizationService) value. |
TestAgentService |
getTestAgent()
Gets the test agent (TestAgentService) value. |
void |
log(int severity,
java.lang.String message)
Log with the specified severity and message parameters. |
void |
log(int severity,
java.lang.String message,
java.lang.Throwable exception)
Log with the specified severity, message and exception parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.Dictionary getConfigurationInformation()
getConfigurationInformation in interface TestContextDictionary) value.getConfigurationInformation(String)public java.lang.Object getConfigurationInformation(java.lang.String propertyName)
getConfigurationInformation in interface TestContextpropertyName - The property name (String) parameter.
Object) value.getConfigurationInformation()public ConfigurationService getConfigurationService()
getConfigurationService in interface TestContextConfigurationService) value.public NotificationService getNotificationService()
getNotificationService in interface TestContextNotificationService) value.public TestSynchronizationService getSynchronizationService()
getSynchronizationService in interface TestContextTestSynchronizationService) value.public TestAgentService getTestAgent()
getTestAgent in interface TestContextTestAgentService) value.
public void log(int severity,
java.lang.String message)
log in interface TestContextseverity - The severity (int) parameter.message - The message (String) parameter.log(int,String,Throwable)
public void log(int severity,
java.lang.String message,
java.lang.Throwable exception)
log in interface TestContextseverity - The severity (int) parameter.message - The message (String) parameter.exception - The exception (Throwable) parameter.log(int,String)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||