Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9773


Ignore:
Timestamp:
07/26/13 13:03:46 (11 years ago)
Author:
mkommend
Message:

#2088: Removed useless brackets in the TestMethod attribute and added test categories and properties for SymExpTreeEncoding unit test.

Location:
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances.DataAnalysis-3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances.DataAnalysis-3.3/ClassificationInstanceProviderTest.cs

    r9764 r9773  
    2929  public class ClassificationInstanceProviderTest {
    3030
    31     [TestMethod()]
     31    [TestMethod]
    3232    public void UCIInstanceTest() {
    3333      var target = new UCIInstanceProvider();
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances.DataAnalysis-3.3/RegressionInstanceProviderTest.cs

    r9764 r9773  
    2929  public class RegressionInstanceProviderTest {
    3030
    31     [TestMethod()]
     31    [TestMethod]
    3232    public void GetKeijzerInstanceTest() {
    3333      var target = new KeijzerInstanceProvider();
     
    4747    }
    4848
    49     [TestMethod()]
     49    [TestMethod]
    5050    public void GetKornInstanceTest() {
    5151      var target = new KornsInstanceProvider();
     
    6565    }
    6666
    67     [TestMethod()]
     67    [TestMethod]
    6868    public void GetNguyenInstanceTest() {
    6969      var target = new NguyenInstanceProvider();
     
    8383    }
    8484
    85     [TestMethod()]
     85    [TestMethod]
    8686    public void GetRealWorldInstanceTest() {
    8787      var target = new RegressionRealWorldInstanceProvider();
     
    101101    }
    102102
    103     [TestMethod()]
     103    [TestMethod]
    104104    public void GetVariousInstanceTest() {
    105105      var target = new VariousInstanceProvider();
     
    119119    }
    120120
    121     [TestMethod()]
     121    [TestMethod]
    122122    public void GetVladislavlevaInstanceTest() {
    123123      var target = new VladislavlevaInstanceProvider();
Note: See TracChangeset for help on using the changeset viewer.