Package org.nuiton.topia.persistence
Class NaturalIdTest
java.lang.Object
org.nuiton.topia.persistence.NaturalIdTest
public class NaturalIdTest
extends java.lang.Object
NaturalIdTest
Created: 18 févr. 2010
- Version:
- $Revision$ Mise a jour: $Date$ par : $Author$
- Author:
- fdesbois
-
Field Summary
Fields Modifier and Type Field Description TopiaDatabasedb -
Constructor Summary
Constructors Constructor Description NaturalIdTest() -
Method Summary
Modifier and Type Method Description voidtestCreateFailed()voidtestCreateSucessfull()voidtestExistNaturalId()voidtestFindByNaturalId()voidtestNaturalIdAreGeneralized()voidtestNotNullsAreGeneralized()voidtestUpdateFailed()
-
Field Details
-
Constructor Details
-
NaturalIdTest
public NaturalIdTest()
-
-
Method Details
-
testCreateSucessfull
public void testCreateSucessfull() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateFailed
public void testCreateFailed() throws java.lang.Exception- Throws:
java.lang.Exception
-
testUpdateFailed
public void testUpdateFailed() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFindByNaturalId
public void testFindByNaturalId() throws java.lang.Exception- Throws:
java.lang.Exception
-
testExistNaturalId
public void testExistNaturalId() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNaturalIdAreGeneralized
public void testNaturalIdAreGeneralized() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNotNullsAreGeneralized
public void testNotNullsAreGeneralized() throws java.lang.Exception- Throws:
java.lang.Exception
-