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/SpacingTest.cs

    r13673 r13729  
    3232    [TestMethod]
    3333    [ExpectedException(typeof(ArgumentException))]
     34    [TestCategory("Problems.TestFunctions")]
     35    [TestProperty("Time", "short")]
    3436    public void EmptyFrontTest() {
    3537      double[][] front = { };
     
    3941
    4042    [TestMethod]
     43    [TestCategory("Problems.TestFunctions")]
     44    [TestProperty("Time", "short")]
    4145    public void SamePointTest() {
    4246
     
    5458
    5559    [TestMethod]
     60    [TestCategory("Problems.TestFunctions")]
     61    [TestProperty("Time", "short")]
    5662    public void SinglePointTest() {
    5763      double[] point = new double[2];
     
    6470
    6571    [TestMethod]
     72    [TestCategory("Problems.TestFunctions")]
     73    [TestProperty("Time", "short")]
    6674    public void QuadraticTest() {
    6775      double[] point = new double[2];
     
    8492
    8593    [TestMethod]
     94    [TestCategory("Problems.TestFunctions")]
     95    [TestProperty("Time", "short")]
    8696    public void RectangularTest() {
    8797      double[] point = new double[2];
     
    109119    /// </summary>
    110120    [TestMethod]
     121    [TestCategory("Problems.TestFunctions")]
     122    [TestProperty("Time", "short")]
    111123    public void DeltoidTest() {
    112124      double[] point = new double[2];
Note: See TracChangeset for help on using the changeset viewer.