public class SubscriptionCallbackTest extends Object implements ISubscriptionCallback
| Constructor and Description |
|---|
SubscriptionCallbackTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCallback(SubscriptionResultsList body) |
void |
notifyEndpointStopped() |
void |
Test1_NoAutoRegister() |
void |
Test10_FaultyImplementator1() |
void |
Test11_DoubleStop() |
void |
Test2_NoAutoRegisterAndShortCircuitReceive() |
void |
Test3_StartWhenAlreadyStarted() |
void |
Test4_NotifyEndpointStopped() |
void |
Test5_RegisterNullCallback() |
void |
Test6_UnRegisterUnRegisteredCallback() |
void |
Test7_NullCallbackAddress() |
void |
Test8_InvalidCallbackAddress() |
void |
Test9_FaultyImplementator1() |
public void Test2_NoAutoRegisterAndShortCircuitReceive()
throws Exception
Exceptionpublic void Test3_StartWhenAlreadyStarted()
throws Exception
Exceptionpublic void Test4_NotifyEndpointStopped()
throws Exception
Exceptionpublic void Test5_RegisterNullCallback()
throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationExceptionpublic void Test6_UnRegisterUnRegisteredCallback()
throws org.apache.commons.configuration.ConfigurationException,
ServiceAlreadyStartedException
org.apache.commons.configuration.ConfigurationExceptionServiceAlreadyStartedExceptionpublic void Test7_NullCallbackAddress()
throws Exception
Exceptionpublic void Test8_InvalidCallbackAddress()
throws Exception
Exceptionpublic void Test9_FaultyImplementator1()
throws Exception
Exceptionpublic void Test10_FaultyImplementator1()
throws Exception
Exceptionpublic void handleCallback(SubscriptionResultsList body)
handleCallback in interface ISubscriptionCallbackpublic void notifyEndpointStopped()
notifyEndpointStopped in interface ISubscriptionCallbackCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.