org.apache.commons.performance
Class LoadGeneratorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.performance.LoadGeneratorTest
All Implemented Interfaces:
junit.framework.Test

public class LoadGeneratorTest
extends junit.framework.TestCase


Field Summary
protected  org.apache.commons.performance.LoadGeneratorTest.TestLoadGenerator generator
           
protected static Logger logger
           
protected static org.apache.commons.performance.Statistics stats
           
 
Constructor Summary
LoadGeneratorTest(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testStatistics()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

generator

protected org.apache.commons.performance.LoadGeneratorTest.TestLoadGenerator generator

logger

protected static Logger logger

stats

protected static org.apache.commons.performance.Statistics stats
Constructor Detail

LoadGeneratorTest

public LoadGeneratorTest(String name)
Method Detail

suite

public static junit.framework.Test suite()

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testStatistics

public void testStatistics()
                    throws Exception
Throws:
Exception


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.