|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestCase
org.springframework.batch.core.EntityTests
public class EntityTests
| Constructor Summary | |
|---|---|
EntityTests()
|
|
| Method Summary | |
|---|---|
void |
testEqualsEntity()
Test method for Entity.equals(java.lang.Object). |
void |
testEqualsEntityWithNullId()
Test method for Entity.equals(java.lang.Object). |
void |
testEqualsEntityWrongId()
Test method for Entity.equals(java.lang.Object). |
void |
testEqualsNull()
Test method for Entity.equals(java.lang.Object). |
void |
testEqualsObject()
Test method for Entity.equals(java.lang.Object). |
void |
testEqualsSelf()
Test method for Entity.equals(java.lang.Object). |
void |
testEqualsSelfWithNullId()
Test method for Entity.equals(java.lang.Object). |
void |
testGetVersion()
Test method for Entity.getVersion(). |
void |
testHashCode()
Test method for Entity.hashCode(). |
void |
testHashCodeNullId()
Test method for Entity.hashCode(). |
void |
testIncrementVersion()
Test method for Entity.getVersion(). |
void |
testIncrementVersionTwice()
Test method for Entity.getVersion(). |
void |
testToString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityTests()
| Method Detail |
|---|
public void testHashCode()
Entity.hashCode().
public void testHashCodeNullId()
Entity.hashCode().
public void testGetVersion()
Entity.getVersion().
public void testIncrementVersion()
Entity.getVersion().
public void testIncrementVersionTwice()
Entity.getVersion().
public void testToString()
throws Exception
Exceptionpublic void testEqualsSelf()
Entity.equals(java.lang.Object).
public void testEqualsSelfWithNullId()
Entity.equals(java.lang.Object).
public void testEqualsEntityWithNullId()
Entity.equals(java.lang.Object).
public void testEqualsEntity()
Entity.equals(java.lang.Object).
public void testEqualsEntityWrongId()
Entity.equals(java.lang.Object).
public void testEqualsObject()
Entity.equals(java.lang.Object).
public void testEqualsNull()
Entity.equals(java.lang.Object).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||