org.apache.commons.math.stat.descriptive
Class DescriptiveStatisticsAbstractTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
DescriptiveStatisticsImplTest, DescriptiveStatisticsTest, SynchronizedDescriptiveStatisticsTest

Deprecated. should be moved down into DescriptiveStatisticsTest when DescriptiveStatisticsImpl is removed in 2.0

public abstract class DescriptiveStatisticsAbstractTest
extends junit.framework.TestCase

Test cases for the DescriptiveStatistics implementations.

Version:
$Revision: 610790 $ $Date: 2008-01-10 06:49:11 -0700 (Thu, 10 Jan 2008) $

Constructor Summary
DescriptiveStatisticsAbstractTest(java.lang.String name)
          Deprecated.  
 
Method Summary
protected abstract  org.apache.commons.math.stat.descriptive.DescriptiveStatistics createDescriptiveStatistics()
          Deprecated.  
 void setUp()
          Deprecated.  
 void testAddValue()
          Deprecated.  
 void testGetSortedValues()
          Deprecated.  
 void testN0andN1Conditions()
          Deprecated.  
 void testNewInstanceClassNull()
          Deprecated.  
 void testNewInstanceClassValid()
          Deprecated.  
 void testPercentiles()
          Deprecated.  
 void testProductAndGeometricMean()
          Deprecated.  
 void testSerialization()
          Deprecated. test stats
 void testSkewAndKurtosis()
          Deprecated.  
 void testStats()
          Deprecated. test stats
 void testToString()
          Deprecated.  
 void testWindowing()
          Deprecated.  
 void testWindowSize()
          Deprecated.  
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptiveStatisticsAbstractTest

public DescriptiveStatisticsAbstractTest(java.lang.String name)
Deprecated. 
Method Detail

createDescriptiveStatistics

protected abstract org.apache.commons.math.stat.descriptive.DescriptiveStatistics createDescriptiveStatistics()
Deprecated. 

setUp

public void setUp()
Deprecated. 
Overrides:
setUp in class junit.framework.TestCase

testAddValue

public void testAddValue()
Deprecated. 

testGetSortedValues

public void testGetSortedValues()
Deprecated. 

testN0andN1Conditions

public void testN0andN1Conditions()
                           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testNewInstanceClassNull

public void testNewInstanceClassNull()
Deprecated. 

testNewInstanceClassValid

public void testNewInstanceClassValid()
Deprecated. 

testPercentiles

public void testPercentiles()
Deprecated. 

testProductAndGeometricMean

public void testProductAndGeometricMean()
                                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

testSerialization

public void testSerialization()
Deprecated. 
test stats


testSkewAndKurtosis

public void testSkewAndKurtosis()
Deprecated. 

testStats

public void testStats()
Deprecated. 
test stats


testToString

public void testToString()
Deprecated. 

testWindowing

public void testWindowing()
Deprecated. 

testWindowSize

public void testWindowSize()
Deprecated. 


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