| com.sun.jbi.management.system.TestXmlReader
TestXmlReader | public class TestXmlReader extends junit.framework.TestCase (Code) | | Tests Xml Parser/validation.
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestXmlReader(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestXmlReader | public TestXmlReader(String aTestName)(Code) | | The constructor for this testcase, forwards the test name to
the jUnit TestCase base class.
Parameters: aTestName - String with the name of this test. |
testBadLoadAndParse | public void testBadLoadAndParse() throws Exception(Code) | | Test the load (for a flawed jbi.xml) without any validation.
throws: Exception - if an unexpected error occurs |
testBadValidate | public void testBadValidate() throws Exception(Code) | | Test the load (for a flawed jbi.xml) with validation.
throws: Exception - if an unexpected error occurs |
testEntityLoader | public void testEntityLoader() throws Exception(Code) | | Test entity resolver.
throws: Exception - if an unexpected error occurs |
testLoadAndParse | public void testLoadAndParse() throws Exception(Code) | | Test the load without any validation.
throws: Exception - if an unexpected error occurs |
testLoadWithValidate | public void testLoadWithValidate() throws Exception(Code) | | Test the load with validation.
throws: Exception - if an unexpected error occurs |
|
|