|
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 | |
|---|---|
NotificationClientTestCase()
No-arg constructor to enable serialization. |
|
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)
Publish with the specified arg0 and arg1 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()
|
NotificationProbe |
getProbe()
|
void |
register(java.lang.String topic)
Subscribe with the specified topic parameter. |
void |
register(java.lang.String[] topics)
Subscribe 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 |
|---|
getBoolean, getConfigurationService, getContext, getFloat, getInt, getLong, getObject, getProperties, getString, getSynchronizationService, requestConfirmation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationClientTestCase()
NotificationClientTestCase(String)public NotificationClientTestCase(java.lang.String name)
name - The name (String) parameter.NotificationClientTestCase()| Method Detail |
|---|
public void broadcast(java.lang.String topic,
java.util.Dictionary data)
String)
parameter. The arg1 (Object) parameter.
The topic (String) parameter.
The data (Object) parameter.
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)
String)
parameter.
The topics (String) parameter.
topic - The topic (String) parameter.register(String[])public void register(java.lang.String[] topics)
String[])
parameter.
The topics (String[]) parameter.
topics - The topics (String[]) parameter.register(String)
protected void setUp()
throws java.lang.Exception
java.lang.Exception
protected void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void unregister()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||