Package fi.tut.mei.resdescapi.rescatapi
Class ConfigurationTest
- java.lang.Object
-
- fi.tut.mei.resdescapi.rescatapi.ConfigurationTest
-
public class ConfigurationTest extends Object
- Author:
- Niko Siltala
-
-
Field Summary
Fields Modifier and Type Field Description static Configuration
configInstance
-
Constructor Summary
Constructors Constructor Description ConfigurationTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setUpBeforeClass()
static void
tearDownAfterClass()
void
testCreateResCatStoPool_getInstance()
Test method forResCatStoPool.getInstance()
.void
testCreateResCatStoPool_getInstance2()
Test method forResCatStoPool.getInstance()
.void
testCreateResCatStoPool_getInstance3()
Test method forResCatStoPool.getInstance()
.void
testGetConnectedXMLConfiguration()
Test method forConfiguration.getConnectedXMLConfiguration()
.void
testGetInstance()
Test method forConfiguration.getInstance()
.void
testGetInstanceThroughRDApiAndConfigFile()
Test method forConfiguration.getInstance()
.
-
-
-
Field Detail
-
configInstance
public static Configuration configInstance
-
-
Method Detail
-
testGetInstance
public void testGetInstance()
Test method forConfiguration.getInstance()
.
-
testGetInstanceThroughRDApiAndConfigFile
public void testGetInstanceThroughRDApiAndConfigFile()
Test method forConfiguration.getInstance()
.
-
testGetConnectedXMLConfiguration
public void testGetConnectedXMLConfiguration()
Test method forConfiguration.getConnectedXMLConfiguration()
.
-
testCreateResCatStoPool_getInstance
public void testCreateResCatStoPool_getInstance()
Test method forResCatStoPool.getInstance()
.
-
testCreateResCatStoPool_getInstance2
public void testCreateResCatStoPool_getInstance2()
Test method forResCatStoPool.getInstance()
.
-
testCreateResCatStoPool_getInstance3
public void testCreateResCatStoPool_getInstance3()
Test method forResCatStoPool.getInstance()
.
-
-