| com.sun.jbi.binding.file.util.TestConfigReader
TestConfigReader | public class TestConfigReader extends TestCase (Code) | | DOCUMENT ME!
author: Sun Microsystems, Inc. |
Method Summary | |
public void | setUp() Sets up tests. | public static Test | suite() | public void | testGetBean() Test of getBean method, of class
com.sun.jbi.binding.file.util.ConfigReader. | public void | testGetEndpoint() Test of getEndpoint method, of class
com.sun.jbi.binding.file.util.ConfigReader. | public void | testGetEndpointCount() Test of getEndpointCount method, of class
com.sun.jbi.binding.file.util.ConfigReader. | public void | testInit() Test of init method, of class
com.sun.jbi.binding.file.util.ConfigReader. |
TestConfigReader | public TestConfigReader(java.lang.String testName)(Code) | | Creates a new TestConfigReader object.
Parameters: testName - DOCUMENT ME! |
setUp | public void setUp()(Code) | | Sets up tests.
|
suite | public static Test suite()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
testGetBean | public void testGetBean()(Code) | | Test of getBean method, of class
com.sun.jbi.binding.file.util.ConfigReader.
|
testGetEndpoint | public void testGetEndpoint()(Code) | | Test of getEndpoint method, of class
com.sun.jbi.binding.file.util.ConfigReader.
|
testGetEndpointCount | public void testGetEndpointCount()(Code) | | Test of getEndpointCount method, of class
com.sun.jbi.binding.file.util.ConfigReader.
|
testInit | public void testInit()(Code) | | Test of init method, of class
com.sun.jbi.binding.file.util.ConfigReader.
|
|
|