org.dasein.cloud.test.platform
Class StatefulPushNotificationTests
java.lang.Object
org.dasein.cloud.test.platform.StatefulPushNotificationTests
public class StatefulPushNotificationTests
- extends Object
Verifies the stateful elements of cloud notification support like AWS SNS.
- Since:
- 2013-03-05
- Author:
- Cameron Stokes (http://github.com/clstokes)
|
Field Summary |
org.junit.rules.TestName |
name
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final org.junit.rules.TestName name
StatefulPushNotificationTests
public StatefulPushNotificationTests()
configure
public static void configure()
cleanUp
public static void cleanUp()
before
public void before()
after
public void after()
testListTopics
public void testListTopics()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Requires
addTestTopic() ()} to be run first.
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
testGetTopic
public void testGetTopic()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Requires
addTestTopic() ()} to be run first.
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
testAddTopic
public void testAddTopic()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
testRemoveTopic
public void testRemoveTopic()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Requires
addTestTopic() to be run first.
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.