Package org.nuiton.topia.framework
Class TopiaContextImplTest
java.lang.Object
org.nuiton.topia.framework.TopiaContextImplTest
public class TopiaContextImplTest
extends java.lang.Object
Created: 10 mai 2010
- Version:
- $Id$
- Author:
- fdesbois <fdesbois@codelutin.com>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Propertiesproperties -
Constructor Summary
Constructors Constructor Description TopiaContextImplTest() -
Method Summary
Modifier and Type Method Description voidsetUp()static voidsetUpClass()voidtearDown()voidtestContextHierarchy()voidtestGetHibernateFactory()voidtestGetServices()voidtestLoadServices()
-
Field Details
-
properties
protected java.util.Properties properties
-
-
Constructor Details
-
TopiaContextImplTest
public TopiaContextImplTest()
-
-
Method Details
-
setUpClass
public static void setUpClass() throws java.lang.Exception- Throws:
java.lang.Exception
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoadServices
public void testLoadServices() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetServices
public void testGetServices() throws java.lang.Exception- Throws:
java.lang.Exception
-
testContextHierarchy
public void testContextHierarchy() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetHibernateFactory
public void testGetHibernateFactory() throws java.lang.Exception- Throws:
java.lang.Exception
-