net.sf.jperfprobe
Class ResultTest

java.lang.Object
  extended by net.sf.jperfprobe.ResultTest

public class ResultTest
extends Object


Constructor Summary
ResultTest()
           
 
Method Summary
static void assertResult(String message, double max, double min, double average, int nSamples, Result result)
           
 void testAverageCalculation()
           
 void testGetName()
           
 void testgetSamples()
           
 void testManyTotals()
           
 void testMinMax()
           
 void testNumberOfSamples()
           
 void testSamplesToSkip()
           
 void testStdevCalculation()
           
 void testTimingAverageValue()
           
 void testTotals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultTest

public ResultTest()
Method Detail

testGetName

public void testGetName()

testNumberOfSamples

public void testNumberOfSamples()

testTimingAverageValue

public void testTimingAverageValue()

testgetSamples

public void testgetSamples()

testAverageCalculation

public void testAverageCalculation()

testMinMax

public void testMinMax()

testSamplesToSkip

public void testSamplesToSkip()

testTotals

public void testTotals()

testManyTotals

public void testManyTotals()

testStdevCalculation

public void testStdevCalculation()

assertResult

public static void assertResult(String message,
                                double max,
                                double min,
                                double average,
                                int nSamples,
                                Result result)


Copyright © 2004-2011. All Rights Reserved.