Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 12:56:44 (10 years ago)
Author:
ascheibe
Message:

#2308 added missing attributes for unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Analysis-3.3/ConfidenceIntervalsTests.cs

    r11705 r11938  
    3434
    3535    [TestMethod]
     36    [TestCategory("Analysis.Statistics")]
     37    [TestProperty("Time", "short")]
    3638    public void ConfidenceIntervalsTest1() {
    3739      var result = z.ConfidenceIntervals(0.98);
     
    4143
    4244    [TestMethod]
     45    [TestCategory("Analysis.Statistics")]
     46    [TestProperty("Time", "short")]
    4347    public void ConfidenceIntervalsTest2() {
    4448      //comparison with R's t.test(..)
     
    4953
    5054    [TestMethod]
     55    [TestCategory("Analysis.Statistics")]
     56    [TestProperty("Time", "short")]
    5157    public void ConfidenceIntervalsTest3() {
    5258      //comparison with R's t.test(..)
     
    5763
    5864    [TestMethod]
     65    [TestCategory("Analysis.Statistics")]
     66    [TestProperty("Time", "short")]
    5967    public void ConfidenceIntervalsTest4() {
    6068      //comparison with R's t.test(..)
Note: See TracChangeset for help on using the changeset viewer.