|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.test.UnitTestBaseImpl
|
+--com.objectwave.configuration.xml.XmlConfigurationService.Test
| Field Summary |
| Fields inherited from class com.objectwave.test.UnitTestBaseImpl |
testContext |
| Constructor Summary | |
XmlConfigurationService.Test()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
The main program for the Test class |
void |
setUp(java.lang.String testName,
TestContext context)
The JUnit setup method |
void |
tearDown(TestContext context)
The teardown method for JUnit |
void |
testDefaultBootstrap()
Final test of default approach |
void |
testDefaultInSourceLocation()
A unit test for JUnit |
void |
testGetPropHolder()
A unit test for JUnit |
void |
testGetXmlInputSource()
A unit test for JUnit |
void |
testGetXmlInputSourceWithName()
|
void |
testNoInputSource()
Test the case where there is no XML file to locate. |
void |
testSmartGetPropHolder()
A unit test for JUnit |
| Methods inherited from class com.objectwave.test.UnitTestBaseImpl |
createTest, removeFile, writeFile, writeFileResource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlConfigurationService.Test()
| Method Detail |
public static void main(java.lang.String[] args)
args - The command line arguments
public void setUp(java.lang.String testName,
TestContext context)
throws java.lang.Exception
setUp in interface UnitTestsetUp in class UnitTestBaseImpltestName - The new Up valuecontext - The new Up value
java.lang.Exceptionpublic void tearDown(TestContext context)
tearDown in interface UnitTesttearDown in class UnitTestBaseImplcontext -
public void testDefaultBootstrap()
throws java.lang.Exception
java.lang.Exception
public void testDefaultInSourceLocation()
throws java.lang.Exception
java.lang.Exception
public void testSmartGetPropHolder()
throws java.lang.Exception
java.lang.Exception
public void testGetPropHolder()
throws java.lang.Exception
java.lang.Exception
public void testNoInputSource()
throws java.lang.Exception
java.lang.Exception
public void testGetXmlInputSource()
throws java.lang.Exception
java.lang.Exception
public void testGetXmlInputSourceWithName()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||