liquibase.sqlgenerator.core
Class AddAutoIncrementGeneratorTest

java.lang.Object
  extended by liquibase.sqlgenerator.AbstractSqlGeneratorTest<AddAutoIncrementStatement>
      extended by liquibase.sqlgenerator.core.AddAutoIncrementGeneratorTest
Direct Known Subclasses:
AddAutoIncrementGeneratorDB2Test, AddAutoIncrementGeneratorHsqlH2Test, AddAutoIncrementGeneratorInformixTest

public class AddAutoIncrementGeneratorTest
extends AbstractSqlGeneratorTest<AddAutoIncrementStatement>


Field Summary
protected static String COLUMN_NAME
           
protected static String SCHEMA_NAME
           
protected static String TABLE_NAME
           
 
Fields inherited from class liquibase.sqlgenerator.AbstractSqlGeneratorTest
generatorUnderTest
 
Constructor Summary
  AddAutoIncrementGeneratorTest()
           
protected AddAutoIncrementGeneratorTest(SqlGenerator<AddAutoIncrementStatement> addAutoIncrementGenerator)
           
 
Method Summary
protected  AddAutoIncrementStatement createSampleSqlStatement()
           
protected  boolean shouldBeImplementation(Database database)
           
protected  boolean waitForException(Database database)
           
 
Methods inherited from class liquibase.sqlgenerator.AbstractSqlGeneratorTest
checkExpectedGenerator, dropAndCreateTable, isImplementation, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAME

protected static final String TABLE_NAME
See Also:
Constant Field Values

COLUMN_NAME

protected static final String COLUMN_NAME
See Also:
Constant Field Values

SCHEMA_NAME

protected static final String SCHEMA_NAME
See Also:
Constant Field Values
Constructor Detail

AddAutoIncrementGeneratorTest

public AddAutoIncrementGeneratorTest()
                              throws Exception
Throws:
Exception

AddAutoIncrementGeneratorTest

protected AddAutoIncrementGeneratorTest(SqlGenerator<AddAutoIncrementStatement> addAutoIncrementGenerator)
                                 throws Exception
Throws:
Exception
Method Detail

createSampleSqlStatement

protected AddAutoIncrementStatement createSampleSqlStatement()
Specified by:
createSampleSqlStatement in class AbstractSqlGeneratorTest<AddAutoIncrementStatement>

waitForException

protected boolean waitForException(Database database)
Overrides:
waitForException in class AbstractSqlGeneratorTest<AddAutoIncrementStatement>

shouldBeImplementation

protected boolean shouldBeImplementation(Database database)
Overrides:
shouldBeImplementation in class AbstractSqlGeneratorTest<AddAutoIncrementStatement>


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