liquibase.dbtest.mssql
Class AbstractMssqlIntegrationTest

java.lang.Object
  extended by liquibase.dbtest.AbstractIntegrationTest
      extended by liquibase.dbtest.mssql.AbstractMssqlIntegrationTest
Direct Known Subclasses:
MssqlCaseSensitiveIntegrationTest, MssqlIntegrationTest, MssqlJtdsIntegrationTest

public abstract class AbstractMssqlIntegrationTest
extends AbstractIntegrationTest

Author:
lujop

Field Summary
 
Fields inherited from class liquibase.dbtest.AbstractIntegrationTest
completeChangeLog, contexts
 
Constructor Summary
AbstractMssqlIntegrationTest(String changelogDir, String url)
           
 
Method Summary
protected  boolean shouldRollBack()
           
 void smartDataLoad()
           
 void testRerunDiffChangeLog()
           
 
Methods inherited from class liquibase.dbtest.AbstractIntegrationTest
clearDatabase, createLiquibase, createProperties, getDatabase, getDatabaseServerHostname, getSchemasToDrop, runUpdateOnOldChangelogTableFormat, setUp, tearDown, testAbsolutePathChangeLog, testClearChecksums, testDbDoc, testDiff, testDiffExternalForeignKeys, testEncodingUpdating2SQL, testEncondingUpdatingDatabase, testExecuteExtChangelog, testOutputChangeLog, 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

AbstractMssqlIntegrationTest

public AbstractMssqlIntegrationTest(String changelogDir,
                                    String url)
                             throws Exception
Throws:
Exception
Method Detail

shouldRollBack

protected boolean shouldRollBack()
Overrides:
shouldRollBack in class AbstractIntegrationTest

smartDataLoad

public void smartDataLoad()
                   throws Exception
Throws:
Exception

testRerunDiffChangeLog

public void testRerunDiffChangeLog()
                            throws Exception
Overrides:
testRerunDiffChangeLog in class AbstractIntegrationTest
Throws:
Exception


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