|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestContext
| Method Summary | |
|---|---|
java.util.Dictionary |
getConfigurationInformation()
Gets the configuration information (Dictionary) value. |
java.lang.Object |
getConfigurationInformation(java.lang.String propertyName)
Return the property value. |
ConfigurationService |
getConfigurationService()
Gets the configuration service value. |
NotificationService |
getNotificationService()
Gets the notification service value. |
TestSynchronizationService |
getSynchronizationService()
Gets the test synchronization service value. |
TestAgentService |
getTestAgent()
Gets the test agent (TestAgentService) value. |
void |
log(int severity,
java.lang.String message)
Log the event. |
void |
log(int severity,
java.lang.String message,
java.lang.Throwable exception)
Log the event. |
| Method Detail |
|---|
java.util.Dictionary getConfigurationInformation()
Dictionary)
value.getConfigurationInformation(String)java.lang.Object getConfigurationInformation(java.lang.String propertyName)
String)
parameter.
propertyName - The property name (String) parameter.
Object)
value.
The property name (String) parameter.getConfigurationInformation()ConfigurationService getConfigurationService()
ConfigurationService)
value.NotificationService getNotificationService()
NotificationService)
value.TestSynchronizationService getSynchronizationService()
TestSynchronizationService)
value.TestAgentService getTestAgent()
TestAgentService) value.
void log(int severity,
java.lang.String message)
severity - The severity (int) parameter.message - The message (String) parameter.log(int,String,Throwable)
void log(int severity,
java.lang.String message,
java.lang.Throwable exception)
null
severity - 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 | |||||||||