FileDocCategorySizeDatePackage
MonitoredObjectTypeTest.javaAPI DocGlassfish v2 API4202Fri May 04 22:25:54 BST 2007com.sun.enterprise.admin.monitor.registry

MonitoredObjectTypeTest

public class MonitoredObjectTypeTest extends TestCase
author
ruyakr

Fields Summary
Constructors Summary
public MonitoredObjectTypeTest(String testName)

        super(testName);
    
Methods Summary
public static voidmain(java.lang.String[] args)

        junit.textui.TestRunner.run(suite());
    
public static junit.framework.Testsuite()

        TestSuite suite = new TestSuite(MonitoredObjectTypeTest.class);
        return suite;
    
public voidtestGetMonitoredObjectType()
Test of getMonitoredObjectType method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.

        System.out.println("testGetMonitoredObjectType");
        fail("The test case is empty.");
    
public voidtestGetMonitoredObjectTypeOrNull()
Test of getMonitoredObjectTypeOrNull method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.

        System.out.println("testGetMonitoredObjectTypeOrNull");
        fail("The test case is empty.");
    
public voidtestGetTypeName()
Test of getTypeName method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.

        System.out.println("testGetTypeName");
        fail("The test case is empty.");
    
public voidtestIsSingleton()
Test of isSingleton method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.

        System.out.println("testIsSingleton");
        fail("The test case is empty.");
    
public voidtestToString()
Test of toString method, of class com.sun.enterprise.admin.monitor.registry.MonitoredObjectType.

        System.out.println("testToString");
        fail("The test case is empty.");