Changeset 9772
- Timestamp:
- 07/26/13 13:03:44 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances-3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances-3.3/CordeauGQAPInstanceProviderTest.cs
r9764 r9772 29 29 public class CordeauGQAPInstanceProviderTest { 30 30 31 [TestMethod ()]31 [TestMethod] 32 32 public void GetCordeauGQAPInstanceTest() { 33 33 var target = new CordeauGQAPInstanceProvider(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances-3.3/ElloumiCTAPInstanceProviderTest.cs
r9764 r9772 29 29 public class ElloumiCTAPInstanceProviderTest { 30 30 31 [TestMethod ()]31 [TestMethod] 32 32 public void GetElloumiCTAPInstanceTest() { 33 33 var target = new ElloumiCTAPInstanceProvider(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances-3.3/QAPLIBInstanceProviderTest.cs
r9764 r9772 29 29 public class QAPLIBInstanceProviderTest { 30 30 31 [TestMethod ()]31 [TestMethod] 32 32 public void GetQAPLIBInstanceTest() { 33 33 var target = new QAPLIBInstanceProvider(); … … 47 47 } 48 48 49 [TestMethod ()]49 [TestMethod] 50 50 public void GetMicroarrayQAPInstanceTest() { 51 51 var target = new MicroarrayQAPInstanceProvider(); … … 64 64 } 65 65 66 [TestMethod ()]66 [TestMethod] 67 67 public void GetDreznerQAPInstanceTest() { 68 68 var target = new DreznerQAPInstanceProvider(); … … 81 81 } 82 82 83 [TestMethod ()]83 [TestMethod] 84 84 public void GetTaillardQAPInstanceTest() { 85 85 var target = new TaillardQAPInstanceProvider(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances-3.3/TSPLIBInstanceProviderTest.cs
r9764 r9772 29 29 public class TSPLIBInstanceProviderTest { 30 30 31 [TestMethod ()]31 [TestMethod] 32 32 public void GetTSPLIBTSPInstanceTest() { 33 33 var target = new TSPLIBTSPInstanceProvider(); … … 47 47 } 48 48 49 [TestMethod ()]49 [TestMethod] 50 50 public void GetTSPLIBATSPInstanceTest() { 51 51 var target = new TSPLIBATSPInstanceProvider(); … … 65 65 } 66 66 67 [TestMethod ()]67 [TestMethod] 68 68 public void GetTSPLIBCVRPInstanceTest() { 69 69 var target = new TSPLIBCVRPInstanceProvider();
Note: See TracChangeset
for help on using the changeset viewer.