org.alfresco.util.schemacomp.model
Class TableTest

java.lang.Object
  extended by org.alfresco.util.schemacomp.model.DbObjectTestBase
      extended by org.alfresco.util.schemacomp.model.TableTest

public class TableTest
extends DbObjectTestBase

Tests for the Table class.


Field Summary
 
Fields inherited from class org.alfresco.util.schemacomp.model.DbObjectTestBase
comparisonUtils, ctx, dialect, differences, inOrder, visitor
 
Constructor Summary
TableTest()
           
 
Method Summary
 void acceptVisitor()
           
 void doDiffTests()
           
protected  java.util.List getMocksUsedInDiff()
          Override to add additional mocks to the InOrder call verification.
protected  Table getThatObject()
           
protected  Table getThisObject()
           
 void setUp()
           
 
Methods inherited from class org.alfresco.util.schemacomp.model.DbObjectTestBase
baseSetUp, canDiffObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableTest

public TableTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

getMocksUsedInDiff

protected java.util.List getMocksUsedInDiff()
Description copied from class: DbObjectTestBase
Override to add additional mocks to the InOrder call verification.

Overrides:
getMocksUsedInDiff in class DbObjectTestBase
Returns:
List

doDiffTests

public void doDiffTests()
Specified by:
doDiffTests in class DbObjectTestBase

getThisObject

protected Table getThisObject()
Specified by:
getThisObject in class DbObjectTestBase

getThatObject

protected Table getThatObject()
Specified by:
getThatObject in class DbObjectTestBase

acceptVisitor

public void acceptVisitor()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.