org.alfresco.util.schemacomp.model
Class ForeignKeyTest

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

public class ForeignKeyTest
extends DbObjectTestBase

Tests for the ForeignKey class.


Field Summary
 
Fields inherited from class org.alfresco.util.schemacomp.model.DbObjectTestBase
comparisonUtils, ctx, dialect, differences, inOrder, visitor
 
Constructor Summary
ForeignKeyTest()
           
 
Method Summary
 void acceptVisitor()
           
protected  void doDiffTests()
           
protected  ForeignKey getThatObject()
           
protected  ForeignKey getThisObject()
           
 void setUp()
           
 
Methods inherited from class org.alfresco.util.schemacomp.model.DbObjectTestBase
baseSetUp, canDiffObjects, getMocksUsedInDiff
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignKeyTest

public ForeignKeyTest()
Method Detail

setUp

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

getThisObject

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

getThatObject

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

doDiffTests

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

acceptVisitor

public void acceptVisitor()


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