Package org.nuiton.topia
Class TopiaContextFactoryTest
java.lang.Object
org.nuiton.topia.TopiaContextFactoryTest
public class TopiaContextFactoryTest
extends java.lang.Object
Created: 8 mai 2010
- Version:
- $Id$
- Author:
- fdesbois <fdesbois@codelutin.com>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Propertiespropertiesprotected static java.io.FiletestBasedir -
Constructor Summary
Constructors Constructor Description TopiaContextFactoryTest() -
Method Summary
Modifier and Type Method Description static voidinit()voidsetUp()voidtestGetContext()voidtestGetContextByProperties()voidtestGetContextOpened()voidtestRemoveContext()
-
Field Details
-
testBasedir
protected static java.io.File testBasedir -
properties
protected java.util.Properties properties
-
-
Constructor Details
-
TopiaContextFactoryTest
public TopiaContextFactoryTest()
-
-
Method Details
-
init
public static void init() throws java.io.IOException- Throws:
java.io.IOException
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetContextOpened
public void testGetContextOpened() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRemoveContext
public void testRemoveContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetContext
public void testGetContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetContextByProperties
public void testGetContextByProperties() throws java.lang.Exception- Throws:
java.lang.Exception
-