Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/06/15 12:56:44 (9 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/EffectSizeUnitTests.cs

    r11705 r11938  
    3232
    3333    [TestMethod]
     34    [TestCategory("Analysis.Statistics")]
     35    [TestProperty("Time", "short")]
    3436    public void CohensdTest1() {
    3537      //compared to R lsr package/cohenD(..)
     
    3941
    4042    [TestMethod]
     43    [TestCategory("Analysis.Statistics")]
     44    [TestProperty("Time", "short")]
    4145    public void CohensdTest2() {
    4246      //compared to R lsr package/cohenD(..)
     
    4650
    4751    [TestMethod]
     52    [TestCategory("Analysis.Statistics")]
     53    [TestProperty("Time", "short")]
    4854    public void HedgesGTest1() {
    4955      //compared to R effsize package/cohen.d(..,hedges.correction=TRUE)
     
    5359
    5460    [TestMethod]
     61    [TestCategory("Analysis.Statistics")]
     62    [TestProperty("Time", "short")]
    5563    public void HedgesGTest2() {
    5664      //compared to R effsize package/cohen.d(..,hedges.correction=TRUE)
Note: See TracChangeset for help on using the changeset viewer.