liquibase.dbtest.mysql
Class MySQLIntegrationTest

java.lang.Object
  extended by liquibase.dbtest.AbstractIntegrationTest
      extended by liquibase.dbtest.mysql.MySQLIntegrationTest

public class MySQLIntegrationTest
extends AbstractIntegrationTest


Field Summary
 
Fields inherited from class liquibase.dbtest.AbstractIntegrationTest
completeChangeLog, contexts
 
Constructor Summary
MySQLIntegrationTest()
           
 
Method Summary
 
Methods inherited from class liquibase.dbtest.AbstractIntegrationTest
clearDatabase, createLiquibase, createProperties, getDatabase, getDatabaseServerHostname, getSchemasToDrop, runUpdateOnOldChangelogTableFormat, setUp, shouldRollBack, tearDown, testAbsolutePathChangeLog, testClearChecksums, testDbDoc, testDiff, testDiffExternalForeignKeys, testEncodingUpdating2SQL, testEncondingUpdatingDatabase, testExecuteExtChangelog, testOutputChangeLog, testRerunDiffChangeLog, testRerunDiffChangeLogAltSchema, testRollbackableChangeLog, testRollbackableChangeLogScriptOnExistingDatabase, testRollbackableChangeLogScriptOnFutureDatabase, testRollbackToChange, testRunChangeLog, testTag, testTagEmptyDatabase, testUnrunChangeSetsEmptyDatabase, testUpdateTwice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLIntegrationTest

public MySQLIntegrationTest()
                     throws Exception
Throws:
Exception


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