| com.sun.jbi.util.monitoring.TestStatisticsBaseImpl
TestStatisticsBaseImpl | public class TestStatisticsBaseImpl extends junit.framework.TestCase (Code) | | Tests for the StatisticsBaseImpl class.
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestStatisticsBaseImpl(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestStatisticsBaseImpl | public TestStatisticsBaseImpl(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. |
setUp | public void setUp() throws Exception(Code) | | Setup for the test.
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. |
testAddGetChild | public void testAddGetChild() throws Exception(Code) | | Test the addChild/getChild methods.
throws: Exception - if an unexpected error occurs. |
testEnabled | public void testEnabled() throws Exception(Code) | | Test the setEnabled, setDisabled, and isEnabled methods.
throws: Exception - if an unexpected error occurs. |
testGetChildren | public void testGetChildren() throws Exception(Code) | | Test the getChildren method.
throws: Exception - if an unexpected error occurs. |
testGetKey | public void testGetKey() throws Exception(Code) | | Test the getKey method.
throws: Exception - if an unexpected error occurs. |
testRegisterUnregisterMBean | public void testRegisterUnregisterMBean() throws Exception(Code) | | Test the registerMBean/unregisterMBean methods.
throws: Exception - if an unexpected error occurs. |
testSetGetParent | public void testSetGetParent() throws Exception(Code) | | Test the set/getParent methods.
throws: Exception - if an unexpected error occurs. |
|
|