org.dasein.cloud.test.platform
Class StatefulMQTests
java.lang.Object
org.dasein.cloud.test.platform.StatefulMQTests
public class StatefulMQTests
- extends Object
Implements integration testing for stateful operations against cloud message queue services.
Created by George Reese: 7/24/13 10:32 AM
- Since:
- 2013.07
- Version:
- 2013.07 initial version (issue #6)
- Author:
- George Reese
|
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
StatefulMQTests
public StatefulMQTests()
configure
public static void configure()
cleanUp
public static void cleanUp()
before
public void before()
after
public void after()
createMessageQueue
public void createMessageQueue()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
removeMessageQueue
public void removeMessageQueue()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
sendMessage
public void sendMessage()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
receiveMessage
public void receiveMessage()
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
- Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
receiveMessages
public void receiveMessages()
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.