liquibase.maven
Class MavenIntegrationTest

java.lang.Object
  extended by liquibase.maven.MavenIntegrationTest

public class MavenIntegrationTest
extends Object

Maven integration test. Run an update executing maven as if it was ran by the user

Author:
lujop

Constructor Summary
MavenIntegrationTest()
           
 
Method Summary
 void cleanDatabase()
           
 void testRollbackTag()
           
 void testUpdate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenIntegrationTest

public MavenIntegrationTest()
Method Detail

cleanDatabase

public void cleanDatabase()
                   throws Exception
Throws:
Exception

testUpdate

public void testUpdate()
                throws Exception
Throws:
Exception

testRollbackTag

public void testRollbackTag()
                     throws Exception
Throws:
Exception


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