Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/16 14:12:21 (8 years ago)
Author:
bwerth
Message:

#1087 annotated unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/MultiObjectiveTestfunctionTests/InvertedGenerationalDistanceTest.cs

    r13673 r13729  
    2929    [TestMethod]
    3030    [ExpectedException(typeof(ArgumentException))]
     31    [TestCategory("Problems.TestFunctions")]
     32    [TestProperty("Time", "short")]
    3133    public void EmptyOptimalFrontTest() {
    3234
     
    4143    [TestMethod]
    4244    [ExpectedException(typeof(ArgumentException))]
     45    [TestCategory("Problems.TestFunctions")]
     46    [TestProperty("Time", "short")]
    4347    public void EmptyFrontTest() {
    4448
     
    5256
    5357    [TestMethod]
     58    [TestCategory("Problems.TestFunctions")]
     59    [TestProperty("Time", "short")]
    5460    public void SamePointTest() {
    5561      double[] point = new double[2];
     
    6672
    6773    [TestMethod]
     74    [TestCategory("Problems.TestFunctions")]
     75    [TestProperty("Time", "short")]
    6876    public void SinglePointTest() {
    6977      double[] point = new double[2];
     
    8088
    8189    [TestMethod]
     90    [TestCategory("Problems.TestFunctions")]
     91    [TestProperty("Time", "short")]
    8292    public void DifferentSizesTest() {
    8393      double[] point = new double[2];
     
    97107
    98108    [TestMethod]
     109    [TestCategory("Problems.TestFunctions")]
     110    [TestProperty("Time", "short")]
    99111    public void QuadraticTest() {
    100112      double[] point = new double[2];
Note: See TracChangeset for help on using the changeset viewer.