Package org.nuiton.topia.framework
Class TopiaUtilTest
java.lang.Object
org.nuiton.topia.framework.TopiaUtilTest
public class TopiaUtilTest
extends java.lang.Object
Test pour les methodes de
TopiaUtil.- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- tchemit <chemit@codelutin.com>
-
Field Summary
Fields Modifier and Type Field Description TopiaDatabasedbprotected static java.lang.StringPERSON_IDprotected static java.lang.StringPERSON_ID2 -
Constructor Summary
Constructors Constructor Description TopiaUtilTest() -
Method Summary
Modifier and Type Method Description voidtestGetTopiaIdPattern()voidtestGetTopiaPattern()voidtestIsSchemaExist()voidtestIsSchemaExistFailed()
-
Field Details
-
PERSON_ID
protected static final java.lang.String PERSON_ID- See Also:
- Constant Field Values
-
PERSON_ID2
protected static final java.lang.String PERSON_ID2- See Also:
- Constant Field Values
-
db
-
-
Constructor Details
-
TopiaUtilTest
public TopiaUtilTest()
-
-
Method Details
-
testGetTopiaIdPattern
public void testGetTopiaIdPattern() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetTopiaPattern
public void testGetTopiaPattern() throws java.lang.Exception- Throws:
java.lang.Exception
-
testIsSchemaExistFailed
public void testIsSchemaExistFailed() throws java.lang.Exception- Throws:
java.lang.Exception
-
testIsSchemaExist
public void testIsSchemaExist() throws java.lang.Exception- Throws:
java.lang.Exception
-