org.dasein.cloud.test.network
Class StatefulDNSTests

java.lang.Object
  extended by org.dasein.cloud.test.network.StatefulDNSTests

public class StatefulDNSTests
extends Object

Tests stateful functionality for DNS support in Dasein Cloud.

Created by George Reese: 3/01/13 6:18 PM

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

Field Summary
 org.junit.rules.TestName name
           
 
Constructor Summary
StatefulDNSTests()
           
 
Method Summary
 void addRecord()
           
 void after()
           
 void before()
           
static void cleanUp()
           
static void configure()
           
 void createZone()
           
 void removeRecord()
           
 void removeZone()
           
 
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

StatefulDNSTests

public StatefulDNSTests()
Method Detail

configure

public static void configure()

cleanUp

public static void cleanUp()

before

public void before()

after

public void after()

createZone

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

removeZone

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

addRecord

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

removeRecord

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