Class TopiaEntityHelperTest
java.lang.Object
org.nuiton.topia.persistence.util.TopiaEntityHelperTest
- Author:
- tchemit <chemit@codelutin.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddetectEntities(Class<?>[] expected, int[] sizes, org.nuiton.topia.persistence.TopiaEntity... data) protected voiddetectEntityIds(Class<?>[] expected, int[] sizes, org.nuiton.topia.persistence.TopiaEntity... data) protected voiddetectTypes(Class<?>[] expected, org.nuiton.topia.persistence.TopiaEntity... data) protected voidgetContractClass(Class<?> expected, Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass) static voidstatic voidvoidvoidTest of detectTypes method, of class TopiaEntityHelper.voidTest of getContractClass method, of class TopiaEntityHelper.voidTest of retainContracts method, of class TopiaEntityHelper.
-
Constructor Details
-
TopiaEntityHelperTest
public TopiaEntityHelperTest()
-
-
Method Details
-
setUpClass
- Throws:
Exception
-
tearDownClass
- Throws:
Exception
-
testgetContract
public void testgetContract()Test of getContractClass method, of class TopiaEntityHelper. -
testRetainContracts
public void testRetainContracts()Test of retainContracts method, of class TopiaEntityHelper. -
testDetectTypes
public void testDetectTypes() throws org.nuiton.topia.TopiaExceptionTest of detectTypes method, of class TopiaEntityHelper.- Throws:
org.nuiton.topia.TopiaException
-
testDetector
- Throws:
Exception
-
detectEntities
protected void detectEntities(Class<?>[] expected, int[] sizes, org.nuiton.topia.persistence.TopiaEntity... data) throws org.nuiton.topia.TopiaException - Throws:
org.nuiton.topia.TopiaException
-
detectEntityIds
protected void detectEntityIds(Class<?>[] expected, int[] sizes, org.nuiton.topia.persistence.TopiaEntity... data) throws org.nuiton.topia.TopiaException - Throws:
org.nuiton.topia.TopiaException
-
detectTypes
protected void detectTypes(Class<?>[] expected, org.nuiton.topia.persistence.TopiaEntity... data) throws org.nuiton.topia.TopiaException - Throws:
org.nuiton.topia.TopiaException
-
getContractClass
-