org.logicalcobwebs.proxool.admin
Class StatisticsTest

java.lang.Object
  extended by TestCase
      extended by org.logicalcobwebs.proxool.AbstractProxoolTest
          extended by org.logicalcobwebs.proxool.admin.StatisticsTest

public class StatisticsTest
extends AbstractProxoolTest

Test StatisticsIF

Since:
Proxool 0.7
Version:
$Revision: 1.21 $, $Date: 2003/03/06 22:28:31 $
Author:
Bill Horsman (bill@logicalcobwebs.co.uk), $Author: billhorsman $ (current maintainer)

Field Summary
private static java.text.DecimalFormat DECIMAL_FORMAT
           
private static Log LOG
           
 
Constructor Summary
StatisticsTest(java.lang.String s)
           
 
Method Summary
 void testOverhead()
           
 void testStatistics()
          Test whether the statistics we get back are roughly right.
 
Methods inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest
setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final Log LOG

DECIMAL_FORMAT

private static final java.text.DecimalFormat DECIMAL_FORMAT
Constructor Detail

StatisticsTest

public StatisticsTest(java.lang.String s)
See Also:
junit.framework.TestCase#TestCase
Method Detail

testStatistics

public void testStatistics()
                    throws java.lang.Exception
Test whether the statistics we get back are roughly right.

Throws:
java.lang.Exception

testOverhead

public void testOverhead()
                  throws java.lang.Exception
Throws:
java.lang.Exception