org.apache.commons.math3.stat.data
Class CertifiedDataAbstractTest

java.lang.Object
  extended by org.apache.commons.math3.stat.data.CertifiedDataAbstractTest
Direct Known Subclasses:
LewTest, LotteryTest

public abstract class CertifiedDataAbstractTest
extends Object

Version:
$Id: CertifiedDataAbstractTest.java 1364030 2012-07-21 01:10:04Z erans $

Constructor Summary
CertifiedDataAbstractTest()
           
 
Method Summary
protected  double getMaximumAbsoluteError()
           
protected  Double getProperty(Object bean, String name)
           
protected abstract  String getResourceName()
           
 void setUp()
           
 void tearDown()
           
 void testCertifiedValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertifiedDataAbstractTest

public CertifiedDataAbstractTest()
Method Detail

setUp

public void setUp()
           throws IOException
Throws:
IOException

getResourceName

protected abstract String getResourceName()

getMaximumAbsoluteError

protected double getMaximumAbsoluteError()

tearDown

public void tearDown()

testCertifiedValues

public void testCertifiedValues()

getProperty

protected Double getProperty(Object bean,
                             String name)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.