Changeset 9766
- Timestamp:
- 07/26/13 13:03:31 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/DiscreteCrossoverTest.cs
r9764 r9766 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll")] 88 88 public void DiscreteCrossoverCrossTest() { … … 108 108 ///A test for Apply 109 109 ///</summary> 110 [TestMethod ()]110 [TestMethod] 111 111 public void DiscreteCrossoverApplyTest() { 112 112 TestRandom random = new TestRandom(); … … 140 140 ///A test for DiscreteCrossover Constructor 141 141 ///</summary> 142 [TestMethod ()]142 [TestMethod] 143 143 public void DiscreteCrossoverConstructorTest() { 144 144 DiscreteCrossover target = new DiscreteCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/SinglePointCrossoverTest.cs
r9764 r9766 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll")] 88 88 public void SinglePointCrossoverCrossTest() { … … 120 120 ///A test for Apply 121 121 ///</summary> 122 [TestMethod ()]122 [TestMethod] 123 123 public void SinglePointCrossoverApplyTest() { 124 124 TestRandom random = new TestRandom(); … … 151 151 ///A test for SinglePointCrossover Constructor 152 152 ///</summary> 153 [TestMethod ()]153 [TestMethod] 154 154 public void SinglePointCrossoverConstructorTest() { 155 155 SinglePointCrossover target = new SinglePointCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3/UniformOnePositionManipulatorTest.cs
r9764 r9766 83 83 ///A test for Apply 84 84 ///</summary> 85 [TestMethod ()]85 [TestMethod] 86 86 public void UniformOnePositionManipulatorApplyTest() { 87 87 TestRandom random = new TestRandom(); … … 102 102 ///A test for UniformOnePositionManipulator Constructor 103 103 ///</summary> 104 [TestMethod ()]104 [TestMethod] 105 105 public void UniformOnePositionManipulatorConstructorTest() { 106 106 UniformOnePositionManipulator target = new UniformOnePositionManipulator();
Note: See TracChangeset
for help on using the changeset viewer.