Methods Summary |
---|
public static void | main(java.lang.String[] args)
junit.textui.TestRunner.run(suite());
|
public static junit.framework.Test | suite()
TestSuite suite = new TestSuite(DynamicReconfiguratorTest.class);
return suite;
|
public void | testAddListener()Test of addListener method, of class com.sun.enterprise.admin.monitor.registry.spi.reconfig.DynamicReconfigurator.
System.out.println("testAddListener");
fail("The test case is empty.");
|
public void | testHandleChange()Test of handleChange method, of class com.sun.enterprise.admin.monitor.registry.spi.reconfig.DynamicReconfigurator.
System.out.println("testHandleChange");
fail("The test case is empty.");
|
public void | testRemoveListener()Test of removeListener method, of class com.sun.enterprise.admin.monitor.registry.spi.reconfig.DynamicReconfigurator.
System.out.println("testRemoveListener");
fail("The test case is empty.");
|