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(JndiMBeanHelperTest.class);
return suite;
|
public void | testGetJndiEntriesByContextPath()Test of getJndiEntriesByContextPath method, of class com.sun.enterprise.admin.monitor.jndi.JndiMBeanHelper.
System.out.println("testGetJndiEntriesByContextPath");
fail("The test case is empty.");
|
public void | testInitialize()Test of initialize method, of class com.sun.enterprise.admin.monitor.jndi.JndiMBeanHelper.
System.out.println("testInitialize");
fail("The test case is empty.");
|
public void | testToNameClassPairArray()Test of toNameClassPairArray method, of class com.sun.enterprise.admin.monitor.jndi.JndiMBeanHelper.
System.out.println("testToNameClassPairArray");
fail("The test case is empty.");
|