| com.sun.jbi.framework.TestFrameworkStatistics
TestFrameworkStatistics | public class TestFrameworkStatistics extends junit.framework.TestCase (Code) | | Tests for FrameworkStatistics.
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestFrameworkStatistics(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestFrameworkStatistics | public TestFrameworkStatistics(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. This creates the FrameworkStatistics 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. |
testLastRestartTime | public void testLastRestartTime()(Code) | | Tests get/setLastRestartTime.
throws: Exception - if an unexpected error occurs. |
testRegistryAdds | public void testRegistryAdds() throws Exception(Code) | | Tests get/incrementRegistryAdds.
throws: Exception - if an unexpected error occurs. |
testRegistryDeletes | public void testRegistryDeletes() throws Exception(Code) | | Tests get/incrementRegistryDeletes.
throws: Exception - if an unexpected error occurs. |
testResetRegistryStatistics | public void testResetRegistryStatistics()(Code) | | Test resetRegistryStatistics.
throws: Exception - if an unexpected error occurs. |
testStartupTime | public void testStartupTime()(Code) | | Tests get/setStartupTime.
throws: Exception - if an unexpected error occurs. |
|
|