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(MonitoredObjectTypeTest.class);
return suite;
|
public void | testGetMonitoredObjectType()Test of getMonitoredObjectType method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.
System.out.println("testGetMonitoredObjectType");
fail("The test case is empty.");
|
public void | testGetMonitoredObjectTypeOrNull()Test of getMonitoredObjectTypeOrNull method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.
System.out.println("testGetMonitoredObjectTypeOrNull");
fail("The test case is empty.");
|
public void | testGetTypeName()Test of getTypeName method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.
System.out.println("testGetTypeName");
fail("The test case is empty.");
|
public void | testIsSingleton()Test of isSingleton method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.
System.out.println("testIsSingleton");
fail("The test case is empty.");
|
public void | testToString()Test of toString method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.
System.out.println("testToString");
fail("The test case is empty.");
|