liquibase.change.core
Class CreateTableChangeTest
java.lang.Object
   liquibase.change.AbstractChangeTest
liquibase.change.AbstractChangeTest
       liquibase.change.core.CreateTableChangeTest
liquibase.change.core.CreateTableChangeTest
- public class CreateTableChangeTest 
- extends AbstractChangeTest
Tests for CreateTableChange
 
 
 
 
| 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 | 
 
CreateTableChangeTest
public CreateTableChangeTest()
setUp
public void setUp()
           throws Exception
- 
- Throws:
- Exception
 
getRefactoringName
public void getRefactoringName()
                        throws Exception
- 
- Specified by:
- getRefactoringNamein class- AbstractChangeTest
 
- 
- Throws:
- Exception
 
generateStatement
public void generateStatement()
                       throws Exception
- 
- Specified by:
- generateStatementin class- AbstractChangeTest
 
- 
- Throws:
- Exception
 
getConfirmationMessage
public void getConfirmationMessage()
                            throws Exception
- 
- Specified by:
- getConfirmationMessagein 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.