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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
All Implemented Interfaces:
junit.framework.Test

public final class ListUnivariateImplTest
extends junit.framework.TestCase

Test cases for the ListUnivariateImpl class.

Version:
$Revision: 618202 $ $Date: 2008-02-04 01:44:36 -0700 (Mon, 04 Feb 2008) $

Constructor Summary
ListUnivariateImplTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testN0andN1Conditions()
           
 void testProductAndGeometricMean()
           
 void testSerialization()
          test stats
 void testSkewAndKurtosis()
           
 void testStats()
          test stats
 
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

ListUnivariateImplTest

public ListUnivariateImplTest(java.lang.String name)
Method Detail

setUp

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

suite

public static junit.framework.Test suite()

testStats

public void testStats()
test stats


testN0andN1Conditions

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

testSkewAndKurtosis

public void testSkewAndKurtosis()

testProductAndGeometricMean

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

testSerialization

public void testSerialization()
test stats



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