|
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
org.eclipse.soda.dk.testagent.framework.NotificationClientTestCase
public abstract class NotificationClientTestCase
| Constructor Summary | |
|---|---|
protected |
NotificationClientTestCase()
No-arg constructor to enable serialization. |
protected |
NotificationClientTestCase(java.lang.String name)
Constructs a test case with the given name. |
| Method Summary | |
|---|---|
void |
broadcast(java.lang.String topic,
java.util.Dictionary data)
Broadcast with the specified topic and data parameters. |
void |
broadcast(java.lang.String topic,
java.lang.Object dataKey,
java.lang.Object dataValue)
Broadcast with the specified topic, data key and data value parameters. |
protected java.lang.String[] |
getExternalKeys()
Gets the external keys (String[]) value. |
NotificationService |
getNotificationService()
Gets the notification service value. |
NotificationProbe |
getProbe()
Gets the probe (NotificationProbe) value. |
void |
register(java.lang.String topic)
Register with the specified topic parameter. |
void |
register(java.lang.String[] topics)
Register with the specified topics parameter. |
protected void |
setUp()
Set up. |
protected void |
tearDown()
Tear down. |
void |
unregister()
Unregister. |
| Methods inherited from class org.eclipse.soda.dk.testagent.framework.ConfiguredTestCase |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, getBoolean, getBooleanArray, getByte, getByteArray, getChar, getCharArray, getConfigurationService, getContext, getDouble, getDouble, getDoubleArray, getFloat, getFloatArray, getInt, getIntArray, getLong, getLongArray, getObject, getObject, getObjectArray, getProperties, getShort, getShort, getShortArray, getString, getStringArray, getSynchronizationService, requestConfirmation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected NotificationClientTestCase()
NotificationClientTestCase(String)protected NotificationClientTestCase(java.lang.String name)
name - The name (String) parameter.NotificationClientTestCase()| Method Detail |
|---|
public void broadcast(java.lang.String topic,
java.util.Dictionary data)
topic - The topic (String) parameter.data - The data (Dictionary) parameter.broadcast(String,Object,Object)
public void broadcast(java.lang.String topic,
java.lang.Object dataKey,
java.lang.Object dataValue)
topic - The topic (String) parameter.dataKey - The data key (Object) parameter.dataValue - The data value (Object) parameter.broadcast(String,Dictionary)protected java.lang.String[] getExternalKeys()
String[]) value.public NotificationService getNotificationService()
public NotificationProbe getProbe()
public void register(java.lang.String topic)
topic - The topic (String) parameter.register(String[])public void register(java.lang.String[] topics)
topics - The topics (String[]) parameter.register(String)
protected void setUp()
throws java.lang.Exception
java.lang.Exception - Exception.
protected void tearDown()
throws java.lang.Exception
java.lang.Exception - Exception.public void unregister()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||