liquibase.change.core
Class DropIndexChangeTest

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

public class DropIndexChangeTest
extends AbstractChangeTest

Tests for DropIndexChange


Nested Class Summary
 
Nested classes/interfaces inherited from class liquibase.change.AbstractChangeTest
AbstractChangeTest.GenerateAllValidator, AbstractChangeTest.InverseValidator
 
Constructor Summary
DropIndexChangeTest()
           
 
Method Summary
 void generateStatement()
           
 void getConfirmationMessage()
           
 void getRefactoringName()
           
 
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

DropIndexChangeTest

public DropIndexChangeTest()
Method Detail

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


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