org.alfresco.util.schemacomp.model
Class DbObjectTestBase
java.lang.Object
org.alfresco.util.schemacomp.model.DbObjectTestBase
- Direct Known Subclasses:
- ColumnTest, ForeignKeyTest, IndexTest, PrimaryKeyTest, SchemaTest, SequenceTest, TableTest
public abstract class DbObjectTestBase
- extends java.lang.Object
Abstract base class for tests for AbstractDbObject subclasses.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dialect
protected org.hibernate.dialect.Dialect dialect
differences
protected Results differences
ctx
protected DiffContext ctx
comparisonUtils
protected ComparisonUtils comparisonUtils
inOrder
protected org.mockito.InOrder inOrder
visitor
protected DbObjectVisitor visitor
DbObjectTestBase
public DbObjectTestBase()
getThisObject
protected abstract AbstractDbObject getThisObject()
getThatObject
protected abstract AbstractDbObject getThatObject()
baseSetUp
public final void baseSetUp()
getMocksUsedInDiff
protected java.util.List getMocksUsedInDiff()
- Override to add additional mocks to the InOrder call verification.
- Returns:
- List
canDiffObjects
public void canDiffObjects()
doDiffTests
protected abstract void doDiffTests()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.