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(BoundedRangeStatisticImplTest.class);
return suite;
|
public void | testGetCurrent()Test of getCurrent method, of class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl.
System.out.println("testGetCurrent");
fail("The test case is empty.");
|
public void | testGetHighWaterMark()Test of getHighWaterMark method, of class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl.
System.out.println("testGetHighWaterMark");
fail("The test case is empty.");
|
public void | testGetLowWaterMark()Test of getLowWaterMark method, of class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl.
System.out.println("testGetLowWaterMark");
fail("The test case is empty.");
|
public void | testGetLowerBound()Test of getLowerBound method, of class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl.
System.out.println("testGetLowerBound");
fail("The test case is empty.");
|
public void | testGetUpperBound()Test of getUpperBound method, of class com.sun.enterprise.admin.monitor.stats.BoundedRangeStatisticImpl.
System.out.println("testGetUpperBound");
fail("The test case is empty.");
|