| com.sun.jbi.util.TestEnvironmentAccess
TestEnvironmentAccess | public class TestEnvironmentAccess extends junit.framework.TestCase (Code) | | Tests for the EnvironmentAccess class.
author: Mark S White |
Constructor Summary | |
public | TestEnvironmentAccess(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
Method Summary | |
public void | testGetSetContext() Test the getContext() and setContext() methods. |
TestEnvironmentAccess | public TestEnvironmentAccess(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. |
testGetSetContext | public void testGetSetContext()(Code) | | Test the getContext() and setContext() methods.
|
|
|