| |
|
| com.sun.jbi.management.system.TestAutoAdminTask
TestAutoAdminTask | public class TestAutoAdminTask extends junit.framework.TestCase (Code) | | Tests some methods in AutoAdminTask
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | TestAutoAdminTask(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestAutoAdminTask | public TestAutoAdminTask(String aTestName) throws Exception(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 setup fails for any reason. |
tearDown | public void tearDown() throws Exception(Code) | | Cleanup for the test.
throws: Exception - when cleanup fails for any reason. |
testInitDirectoriesFalseFalse | public void testInitDirectoriesFalseFalse() throws Exception(Code) | | |
testInitDirectoriesFalseTrue | public void testInitDirectoriesFalseTrue() throws Exception(Code) | | |
testInitDirectoriesTrueFalse | public void testInitDirectoriesTrueFalse() throws Exception(Code) | | |
testPollAutoDirectoryDeletedEmpty | public void testPollAutoDirectoryDeletedEmpty() throws Exception(Code) | | |
testPollAutoDirectoryDeletedFilled | public void testPollAutoDirectoryDeletedFilled() throws Exception(Code) | | |
testPollAutoDirectoryNewEmpty | public void testPollAutoDirectoryNewEmpty() throws Exception(Code) | | |
testPollAutoDirectoryNewFilled | public void testPollAutoDirectoryNewFilled() throws Exception(Code) | | |
testPollAutoDirectoryUpdatedEmpty | public void testPollAutoDirectoryUpdatedEmpty() throws Exception(Code) | | |
testPollAutoDirectoryUpdatedFilled | public void testPollAutoDirectoryUpdatedFilled() throws Exception(Code) | | |
|
|
|