Package ubic.basecode.util
Class ConfigUtilsTest
- java.lang.Object
-
- ubic.basecode.util.ConfigUtilsTest
-
public class ConfigUtilsTest extends Object
- Author:
- Paul
-
-
Constructor Summary
Constructors Constructor Description ConfigUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
tearDown()
void
testGetConfigBuilderFile()
void
testGetConfigBuilderFileNew()
void
testGetConfigBuilderString()
void
testGetConfigBuilderStringNew()
void
testGetConfigBuilderURL()
void
testGetConfigBuilderURLNew()
void
testLoadConfigFile()
void
testLoadConfigFileNew()
void
testLoadConfigString()
void
testLoadConfigStringNew()
void
testLoadConfigStringNewName()
void
testLoadConfigURL()
void
testLoadConfigURLNew()
-
-
-
Method Detail
-
testGetConfigBuilderFileNew
public void testGetConfigBuilderFileNew() throws Exception
- Throws:
Exception
-
testGetConfigBuilderString
public void testGetConfigBuilderString() throws Exception
- Throws:
Exception
-
testGetConfigBuilderStringNew
public void testGetConfigBuilderStringNew() throws Exception
- Throws:
Exception
-
testGetConfigBuilderURLNew
public void testGetConfigBuilderURLNew() throws Exception
- Throws:
Exception
-
testLoadConfigStringNewName
public void testLoadConfigStringNewName() throws Exception
- Throws:
Exception
-
-