| com.sun.jbi.ui.TestTemp
TestTemp | public class TestTemp extends junit.framework.TestCase (Code) | | Tests the temporary ui class.
author: Sun Microsystems, Inc. |
Method Summary | |
public void | setUp() Setup for the test. | public void | tearDown() Cleanup for the test. | public void | testTest() |
setUp | public void setUp() throws Exception(Code) | | Setup for the test. This creates the ComponentRegistry instance
and other objects needed for the tests.
throws: Exception - when set up fails for any reason. |
tearDown | public void tearDown() throws Exception(Code) | | Cleanup for the test.
throws: Exception - when tearDown fails for any reason. |
|
|