org.itracker.model
Class AbstractEntityTest

java.lang.Object
  extended by org.itracker.model.AbstractEntityTest

public class AbstractEntityTest
extends Object


Constructor Summary
AbstractEntityTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testClone()
           
 void testCompareTo()
           
 void testCreateDateComparator()
           
 void testEquals()
           
 void testGetCreateDate()
           
 void testGetLastModifiedDate()
           
 void testHashCode()
           
 void testIdComparator()
           
 void testIsNew()
           
 void testLastModifiedDateComparator()
           
 void testSetCreateDate()
           
 void testSetLastModifiedDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEntityTest

public AbstractEntityTest()
Method Detail

testGetCreateDate

public void testGetCreateDate()

testSetCreateDate

public void testSetCreateDate()

testGetLastModifiedDate

public void testGetLastModifiedDate()

testSetLastModifiedDate

public void testSetLastModifiedDate()

testEquals

public void testEquals()

testCompareTo

public void testCompareTo()

testIsNew

public void testIsNew()

testHashCode

public void testHashCode()

testClone

public void testClone()
               throws CloneNotSupportedException
Throws:
CloneNotSupportedException

testIdComparator

public void testIdComparator()

testCreateDateComparator

public void testCreateDateComparator()
                              throws Exception
Throws:
Exception

testLastModifiedDateComparator

public void testLastModifiedDateComparator()
                                    throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception


Copyright © 2002-2012 itracker. All Rights Reserved.