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(MutableBoundedRangeStatisticImplTest.class);
return suite;
|
public void | testGetCurrent()Test of getCurrent method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testGetCurrent");
fail("The test case is empty.");
|
public void | testGetDescription()Test of getDescription method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testGetDescription");
fail("The test case is empty.");
|
public void | testGetHighWaterMark()Test of getHighWaterMark method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testGetHighWaterMark");
fail("The test case is empty.");
|
public void | testGetLastSampleTime()Test of getLastSampleTime method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testGetLastSampleTime");
fail("The test case is empty.");
|
public void | testGetLowWaterMark()Test of getLowWaterMark method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
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.MutableBoundedRangeStatisticImpl.
System.out.println("testGetLowerBound");
fail("The test case is empty.");
|
public void | testGetName()Test of getName method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
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.MutableBoundedRangeStatisticImpl.
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.MutableBoundedRangeStatisticImpl.
System.out.println("testGetUnit");
fail("The test case is empty.");
|
public void | testGetUpperBound()Test of getUpperBound method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testGetUpperBound");
fail("The test case is empty.");
|
public void | testModifiableView()Test of modifiableView method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testModifiableView");
fail("The test case is empty.");
|
public void | testReset()Test of reset method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testReset");
fail("The test case is empty.");
|
public void | testSetCount()Test of setCount method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testSetCount");
fail("The test case is empty.");
|
public void | testUnmodifiableView()Test of unmodifiableView method, of class com.sun.enterprise.admin.monitor.stats.MutableBoundedRangeStatisticImpl.
System.out.println("testUnmodifiableView");
fail("The test case is empty.");
|