org.dasein.cloud.test.platform
Class StatefulPushNotificationTests

java.lang.Object
  extended by 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
           
 
Constructor Summary
StatefulPushNotificationTests()
           
 
Method Summary
 void after()
           
 void before()
           
static void cleanUp()
           
static void configure()
           
 void testAddTopic()
           
 void testGetTopic()
          Requires addTestTopic() ()} to be run first.
 void testListTopics()
          Requires addTestTopic() ()} to be run first.
 void testRemoveTopic()
          Requires addTestTopic() to be run first.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final org.junit.rules.TestName name
Constructor Detail

StatefulPushNotificationTests

public StatefulPushNotificationTests()
Method Detail

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.