Changeset 11203 for branches/HiveStatistics/sources/HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3
- Timestamp:
- 07/18/14 12:35:00 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll11 10 HeuristicLab 3.3.5.1.ReSharper.user 12 11 HeuristicLab 3.3.6.0.ReSharper.user 13 12 HeuristicLab.4.5.resharper.user 14 13 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development16 14 HeuristicLab.resharper.user 17 15 ProtoGen.exe … … 19 17 _ReSharper.HeuristicLab 20 18 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests22 19 _ReSharper.HeuristicLab.ExtLibs 23 20 bin 24 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.Tests
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3/QAPLIBInstancesTest.cs
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 27 27 using Microsoft.VisualStudio.TestTools.UnitTesting; 28 28 29 namespace HeuristicLab.Problems.QuadraticAssignment.Tests {29 namespace HeuristicLab.Problems.QuadraticAssignment.Tests_33 { 30 30 [TestClass] 31 31 public class QAPLIBInstancesTest { … … 189 189 190 190 [TestMethod] 191 [TestCategory("Problems.Assignment")]192 [TestProperty("Time", "long")]193 191 public void TestQAPLIBInstances() { 194 192 var provider = new QAPLIBInstanceProvider(); … … 210 208 211 209 [TestMethod] 212 [TestCategory("Problems.Assignment")]213 [TestProperty("Time", "long")]214 210 public void TestQAPLIBSolutions() { 215 211 var provider = new QAPLIBInstanceProvider(); … … 230 226 231 227 [TestMethod] 232 [TestCategory("Problems.Assignment")]233 [TestProperty("Time", "short")]234 228 public void TestQAPLIBLowerBounds() { 235 229 var provider = new QAPLIBInstanceProvider(); -
branches/HiveStatistics/sources/HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3/QAPMoveEvaluatorTest.cs
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 27 27 using Microsoft.VisualStudio.TestTools.UnitTesting; 28 28 29 namespace HeuristicLab.Problems.QuadraticAssignment.Tests { 29 namespace HeuristicLab.Problems.QuadraticAssignment.Tests_33 { 30 30 31 /// <summary> 31 32 ///This is a test class for the QAP move evaluators … … 85 86 86 87 [TestMethod] 87 [TestCategory("Problems.Assignment")]88 [TestProperty("Time", "short")]89 88 public void Swap2MoveEvaluatorFastEvaluationTest() { 90 89 … … 127 126 128 127 [TestMethod] 129 [TestCategory("Problems.Assignment")]130 [TestProperty("Time", "short")]131 128 public void Swap2MoveEvaluatorTest() { 132 129 for (int i = 0; i < 500; i++) { … … 160 157 161 158 [TestMethod] 162 [TestCategory("Problems.Assignment")]163 [TestProperty("Time", "short")]164 159 public void InversionMoveEvaluatorTest() { 165 160 for (int i = 0; i < 500; i++) { … … 194 189 195 190 [TestMethod] 196 [TestCategory("Problems.Assignment")]197 [TestProperty("Time", "short")]198 191 public void TranslocationMoveEvaluatorTest() { 199 192 for (int i = 0; i < 500; i++) { … … 234 227 235 228 [TestMethod] 236 [TestCategory("Problems.Assignment")]237 [TestProperty("Time", "short")]238 229 public void ScrambleMoveEvaluatorTest() { 239 230 for (int i = 0; i < 500; i++) {
Note: See TracChangeset
for help on using the changeset viewer.