liquibase.change.core
Class CreateTableChangeTest

java.lang.Object
  extended by liquibase.change.AbstractChangeTest
      extended by liquibase.change.core.CreateTableChangeTest

public class CreateTableChangeTest
extends AbstractChangeTest

Tests for CreateTableChange


Nested Class Summary
 
Nested classes/interfaces inherited from class liquibase.change.AbstractChangeTest
AbstractChangeTest.GenerateAllValidator, AbstractChangeTest.InverseValidator
 
Constructor Summary
CreateTableChangeTest()
           
 
Method Summary
 void createInverse()
           
 void defaultValue_boolean()
           
 void defaultValue_date()
           
 void defaultValue_none()
           
 void defaultValue_numeric()
           
 void defaultValue_string()
           
 void foreignKey_defaultDeferrable()
           
 void foreignKey_deferrable()
           
 void foreignKey_notDeferrable()
           
 void generateStatement()
           
 void getConfirmationMessage()
           
 void getRefactoringName()
           
 void setUp()
           
 void tableSpace_none()
           
 void tableSpace_set()
           
 
Methods inherited from class liquibase.change.AbstractChangeTest
changeIsUnsupported, checkThatChecksumIsNew, generateCheckSum, isSupported, testChange, testChangeOnAll, testChangeOnAllExcept, testInverse, testInverseOnAll, testInverseOnAllExcept, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTableChangeTest

public CreateTableChangeTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

getRefactoringName

public void getRefactoringName()
                        throws Exception
Specified by:
getRefactoringName in class AbstractChangeTest
Throws:
Exception

generateStatement

public void generateStatement()
                       throws Exception
Specified by:
generateStatement in class AbstractChangeTest
Throws:
Exception

getConfirmationMessage

public void getConfirmationMessage()
                            throws Exception
Specified by:
getConfirmationMessage in class AbstractChangeTest
Throws:
Exception

defaultValue_none

public void defaultValue_none()
                       throws Exception
Throws:
Exception

defaultValue_string

public void defaultValue_string()
                         throws Exception
Throws:
Exception

defaultValue_boolean

public void defaultValue_boolean()
                          throws Exception
Throws:
Exception

defaultValue_numeric

public void defaultValue_numeric()
                          throws Exception
Throws:
Exception

defaultValue_date

public void defaultValue_date()
                       throws Exception
Throws:
Exception

createInverse

public void createInverse()

tableSpace_none

public void tableSpace_none()
                     throws Exception
Throws:
Exception

tableSpace_set

public void tableSpace_set()
                    throws Exception
Throws:
Exception

foreignKey_deferrable

public void foreignKey_deferrable()
                           throws Exception
Throws:
Exception

foreignKey_notDeferrable

public void foreignKey_notDeferrable()
                              throws Exception
Throws:
Exception

foreignKey_defaultDeferrable

public void foreignKey_defaultDeferrable()
                                  throws Exception
Throws:
Exception


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.