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(JndiMBeanManagerTest.class);
return suite;
|
public void | testGetMBeanServer()Test of getMBeanServer method, of class com.sun.enterprise.admin.monitor.jndi.JndiMBeanManager.
System.out.println("testGetMBeanServer");
fail("The test case is empty.");
|
public void | testRegisterMBean()Test of registerMBean method, of class com.sun.enterprise.admin.monitor.jndi.JndiMBeanManager.
System.out.println("testRegisterMBean");
fail("The test case is empty.");
|
public void | testUnregisterMBean()Test of unregisterMBean method, of class com.sun.enterprise.admin.monitor.jndi.JndiMBeanManager.
System.out.println("testUnregisterMBean");
fail("The test case is empty.");
|