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(StatisticImplTest.class);
return suite;
|
public void | testGetDescription()Test of getDescription method, of class com.sun.enterprise.admin.monitor.stats.StatisticImpl.
System.out.println("testGetDescription");
fail("The test case is empty.");
|
public void | testGetLastSampleTime()Test of getLastSampleTime method, of class com.sun.enterprise.admin.monitor.stats.StatisticImpl.
System.out.println("testGetLastSampleTime");
fail("The test case is empty.");
|
public void | testGetName()Test of getName method, of class com.sun.enterprise.admin.monitor.stats.StatisticImpl.
System.out.println("testGetName");
fail("The test case is empty.");
|
public void | testGetStartTime()Test of getStartTime method, of class com.sun.enterprise.admin.monitor.stats.StatisticImpl.
System.out.println("testGetStartTime");
fail("The test case is empty.");
|
public void | testGetUnit()Test of getUnit method, of class com.sun.enterprise.admin.monitor.stats.StatisticImpl.
System.out.println("testGetUnit");
fail("The test case is empty.");
|