org.dasein.cloud.test.platform
Class StatefulNotificationsTests

java.lang.Object
  extended by org.dasein.cloud.test.platform.StatefulNotificationsTests

public class StatefulNotificationsTests
extends Object

[Class Documentation]

Created by George Reese: 3/6/13 5:17 PM

Author:
George Reese

Field Summary
 org.junit.rules.TestName name
           
 
Constructor Summary
StatefulNotificationsTests()
           
 
Method Summary
 void after()
           
 void before()
           
static void cleanUp()
           
static void configure()
           
 void createTopic()
           
 void publish()
           
 void removeTopic()
           
 void subscribe()
           
 
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

StatefulNotificationsTests

public StatefulNotificationsTests()
Method Detail

configure

public static void configure()

cleanUp

public static void cleanUp()

before

public void before()

after

public void after()

createTopic

public void createTopic()
                 throws org.dasein.cloud.CloudException,
                        org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

publish

public void publish()
             throws org.dasein.cloud.CloudException,
                    org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

subscribe

public void subscribe()
               throws org.dasein.cloud.CloudException,
                      org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

removeTopic

public void removeTopic()
                 throws org.dasein.cloud.CloudException,
                        org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.