org.dasein.cloud.test.platform
Class StatefulRDBMSTests

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

public class StatefulRDBMSTests
extends Object

Tests for validating the stateful features of the RDBMS support in Dasein Cloud.

Created by George Reese: 2/27/13 9:29 PM

Since:
2013.04
Version:
2013.04 initial version
Author:
George Reese

Field Summary
 org.junit.rules.TestName name
           
 
Constructor Summary
StatefulRDBMSTests()
           
 
Method Summary
 void after()
           
 void alterDatabase()
           
 void before()
           
static void cleanUp()
           
static void configure()
           
 void createBackup()
          TEST: createBackup Created by Roger Unwin: Wed Oct 1 17:08
 void createDatabase()
           
 void createDatabaseMultiple()
           
 void createOracleDatabase()
           
 void deleteBackup()
          TEST: deleteBackup Created by Roger Unwin: Wed Oct 1 17:08
 void getDefaultVersions()
           
 void listAccess()
           
 void removeDatabase()
           
 
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

StatefulRDBMSTests

public StatefulRDBMSTests()
Method Detail

configure

public static void configure()

cleanUp

public static void cleanUp()

before

public void before()

after

public void after()

getDefaultVersions

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

deleteBackup

public void deleteBackup()
                  throws org.dasein.cloud.CloudException,
                         org.dasein.cloud.InternalException
TEST: deleteBackup Created by Roger Unwin: Wed Oct 1 17:08

Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

createBackup

public void createBackup()
                  throws org.dasein.cloud.CloudException,
                         org.dasein.cloud.InternalException
TEST: createBackup Created by Roger Unwin: Wed Oct 1 17:08

Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

createDatabase

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

listAccess

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

alterDatabase

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

createDatabaseMultiple

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

createOracleDatabase

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

removeDatabase

public void removeDatabase()
                    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.