Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF08817C59 for ; Fri, 17 Apr 2015 19:45:13 +0000 (UTC) Received: (qmail 86595 invoked by uid 500); 17 Apr 2015 19:45:13 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 86560 invoked by uid 500); 17 Apr 2015 19:45:13 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 86433 invoked by uid 99); 17 Apr 2015 19:45:13 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2015 19:45:13 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 81531AC0AC0 for ; Fri, 17 Apr 2015 19:45:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r948064 [25/38] - in /websites/production/commons/content/proper/commons-math/testapidocs: ./ org/apache/commons/math3/ org/apache/commons/math3/analysis/ org/apache/commons/math3/analysis/class-use/ org/apache/commons/math3/analysis/differ... Date: Fri, 17 Apr 2015 19:44:43 -0000 To: notifications@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150417194513.81531AC0AC0@hades.apache.org> Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/stat/descriptive/SummaryStatisticsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/stat/descriptive/SummaryStatisticsTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/stat/descriptive/SummaryStatisticsTest.html Fri Apr 17 19:43:52 2015 @@ -3,13 +3,13 @@ -SummaryStatisticsTest (Apache Commons Math 3.4.1 Test API) +SummaryStatisticsTest (Apache Commons Math 3.5 Test API) @@ -100,7 +100,7 @@

-
public class SummaryStatisticsTest
+
public class SummaryStatisticsTest
 extends Object
Test cases for the SummaryStatistics class.
@@ -182,23 +182,27 @@ extends void -testSerialization()  +testQuadraticMean()  void -testSetterIllegalState()  +testSerialization()  void -testSetterInjection()  +testSetterIllegalState()  void +testSetterInjection()  + + +void testStats()
test stats
- + void testToString()  @@ -230,7 +234,7 @@ extends
  • SummaryStatisticsTest

    -
    public SummaryStatisticsTest()
    +
    public SummaryStatisticsTest()
  • @@ -247,7 +251,7 @@ extends
  • createSummaryStatistics

    -
    protected SummaryStatistics createSummaryStatistics()
    +
    protected SummaryStatistics createSummaryStatistics()
  • @@ -256,7 +260,7 @@ extends
  • testStats

    -
    public void testStats()
    +
    public void testStats()
    test stats
  • @@ -266,7 +270,7 @@ extends
  • testN0andN1Conditions

    -
    public void testN0andN1Conditions()
    +
    public void testN0andN1Conditions()
  • @@ -275,7 +279,7 @@ extends
  • testProductAndGeometricMean

    -
    public void testProductAndGeometricMean()
    +
    public void testProductAndGeometricMean()
  • @@ -284,7 +288,7 @@ extends
  • testNaNContracts

    -
    public void testNaNContracts()
    +
    public void testNaNContracts()
  • @@ -293,7 +297,7 @@ extends
  • testGetSummary

    -
    public void testGetSummary()
    +
    public void testGetSummary()
  • @@ -302,7 +306,7 @@ extends
  • testSerialization

    -
    public void testSerialization()
    +
    public void testSerialization()
  • @@ -311,7 +315,7 @@ extends
  • testEqualsAndHashCode

    -
    public void testEqualsAndHashCode()
    +
    public void testEqualsAndHashCode()
  • @@ -320,7 +324,7 @@ extends
  • testCopy

    -
    public void testCopy()
    +
    public void testCopy()
  • @@ -329,7 +333,7 @@ extends
  • testSetterInjection

    -
    public void testSetterInjection()
    +
    public void testSetterInjection()
  • @@ -338,7 +342,16 @@ extends
  • testSetterIllegalState

    -
    public void testSetterIllegalState()
    +
    public void testSetterIllegalState()
    +
  • + + + + + @@ -347,7 +360,7 @@ extends
  • testOverrideVarianceWithMathClass

    -
    public void testOverrideVarianceWithMathClass()
    +
    public void testOverrideVarianceWithMathClass()
    JIRA: MATH-691
  • @@ -357,7 +370,7 @@ extends
  • testOverrideMeanWithMathClass

    -
    public void testOverrideMeanWithMathClass()
    +
    public void testOverrideMeanWithMathClass()
  • @@ -366,7 +379,7 @@ extends
  • testOverrideGeoMeanWithMathClass

    -
    public void testOverrideGeoMeanWithMathClass()
    +
    public void testOverrideGeoMeanWithMathClass()
  • @@ -375,7 +388,7 @@ extends
  • testToString

    -
    public void testToString()
    +
    public void testToString()
  • Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatisticsTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatisticsTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatisticsTest.html Fri Apr 17 19:43:52 2015 @@ -3,13 +3,13 @@ -SynchronizedDescriptiveStatisticsTest (Apache Commons Math 3.4.1 Test API) +SynchronizedDescriptiveStatisticsTest (Apache Commons Math 3.5 Test API) @@ -150,7 +150,7 @@ extends DescriptiveStatisticsTest -checkremoval, test20090720, testCopy, testGetValues, testMath1129, testPercentileSetter, testRemoval, testSetterInjection, testShuffledStatistics, testSummaryConsistency, testToString, testWindowSize +checkremoval, test20090720, testCopy, testGetValues, testMath1129, testPercentileSetter, testQuadraticMean, testRemoval, testSetterInjection, testShuffledStatistics, testSummaryConsistency, testToString, testWindowSize