Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/20/13 17:03:31 (11 years ago)
Author:
mkommend
Message:

#2088: Merged all changesets regarding the unit test restructuring in the stable branch.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Tests

  • stable/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/StatisticCalculatorsTest.cs

    r9456 r9885  
    2323using System.Linq;
    2424using HeuristicLab.Common;
    25 using HeuristicLab.Problems.DataAnalysis;
    2625using Microsoft.VisualStudio.TestTools.UnitTesting;
    27 namespace HeuristicLab.Problems.DataAnalysis_34.Tests {
     26namespace HeuristicLab.Problems.DataAnalysis.Tests {
    2827
    2928  [TestClass()]
     
    5453
    5554    [TestMethod]
     55    [TestCategory("Problems.DataAnalysis")]
     56    [TestProperty("Time", "short")]
    5657    public void CalculateMeanAndVarianceTest() {
    5758      System.Random random = new System.Random(31415);
     
    8586
    8687    [TestMethod]
     88    [TestCategory("Problems.DataAnalysis")]
     89    [TestProperty("Time", "short")]
    8790    public void CalculatePearsonsRSquaredTest() {
    8891      System.Random random = new System.Random(31415);
     
    114117      }
    115118    }
    116     [TestMethod]
     119
     120    [TestMethod]
     121    [TestCategory("Problems.DataAnalysis")]
     122    [TestProperty("Time", "short")]
    117123    public void CalculatePearsonsRSquaredOfConstantTest() {
    118124      System.Random random = new System.Random(31415);
     
    141147
    142148    [TestMethod]
     149    [TestCategory("Problems.DataAnalysis")]
     150    [TestProperty("Time", "short")]
    143151    public void CalculateHoeffdingsDTest() {
    144152      OnlineCalculatorError error;
Note: See TracChangeset for help on using the changeset viewer.