com.quadrique.jbuildingblocks.core.math
Class JbbStatisticsTest

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.math.JbbStatisticsTest

public class JbbStatisticsTest
extends Object

A test class for the JUnit testing framework


Constructor Summary
JbbStatisticsTest()
           
 
Method Summary
 void afterEachTest()
          clean up the tests fixture
 void beforeEachTest()
          acquireConnection the tests fixture
 void testGetAvg()
          test case
 void testGetMax()
          test case
 void testGetMin()
          test case
 void testGetPercentage()
           
 void testGetPercentage2()
           
 void testGetPercentage3()
           
 void testGetStd()
          test case
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbStatisticsTest

public JbbStatisticsTest()
Method Detail

beforeEachTest

public void beforeEachTest()
acquireConnection the tests fixture


afterEachTest

public void afterEachTest()
clean up the tests fixture


testGetMin

public void testGetMin()
test case


testGetMax

public void testGetMax()
test case


testGetAvg

public void testGetAvg()
test case


testGetStd

public void testGetStd()
test case


testGetPercentage

public void testGetPercentage()

testGetPercentage2

public void testGetPercentage2()

testGetPercentage3

public void testGetPercentage3()


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.