Changeset 9773
- Timestamp:
- 07/26/13 13:03:46 (11 years ago)
- 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 29 29 public class ClassificationInstanceProviderTest { 30 30 31 [TestMethod ()]31 [TestMethod] 32 32 public void UCIInstanceTest() { 33 33 var target = new UCIInstanceProvider(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances.DataAnalysis-3.3/RegressionInstanceProviderTest.cs
r9764 r9773 29 29 public class RegressionInstanceProviderTest { 30 30 31 [TestMethod ()]31 [TestMethod] 32 32 public void GetKeijzerInstanceTest() { 33 33 var target = new KeijzerInstanceProvider(); … … 47 47 } 48 48 49 [TestMethod ()]49 [TestMethod] 50 50 public void GetKornInstanceTest() { 51 51 var target = new KornsInstanceProvider(); … … 65 65 } 66 66 67 [TestMethod ()]67 [TestMethod] 68 68 public void GetNguyenInstanceTest() { 69 69 var target = new NguyenInstanceProvider(); … … 83 83 } 84 84 85 [TestMethod ()]85 [TestMethod] 86 86 public void GetRealWorldInstanceTest() { 87 87 var target = new RegressionRealWorldInstanceProvider(); … … 101 101 } 102 102 103 [TestMethod ()]103 [TestMethod] 104 104 public void GetVariousInstanceTest() { 105 105 var target = new VariousInstanceProvider(); … … 119 119 } 120 120 121 [TestMethod ()]121 [TestMethod] 122 122 public void GetVladislavlevaInstanceTest() { 123 123 var target = new VladislavlevaInstanceProvider();
Note: See TracChangeset
for help on using the changeset viewer.