- Timestamp:
- 03/04/10 14:56:48 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Auxiliary.cs
r2906 r2929 20 20 #endregion 21 21 22 namespace HeuristicLab.Encodings.Permutation .Tests {22 namespace HeuristicLab.Encodings.Permutation_33.Tests { 23 23 public static class Auxiliary { 24 24 public static bool PermutationIsEqualByPosition(Permutation p1, Permutation p2) { -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/CosaCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for CosaCrossoverTest and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/CyclicCrossover2Test.cs
r2906 r2929 2 2 using Microsoft.VisualStudio.TestTools.UnitTesting; 3 3 4 namespace HeuristicLab.Encodings.Permutation .Tests {4 namespace HeuristicLab.Encodings.Permutation_33.Tests { 5 5 /// <summary> 6 6 ///This is a test class for CyclicCrossover2Test and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/CyclicCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for CyclicCrossover and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/EdgeRecombinationCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for EdgeRecombinationCrossover and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/HeuristicLab.Encodings.Permutation-3.3.Tests.csproj
r2906 r2929 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>HeuristicLab.Encodings.Permutation .Tests</RootNamespace>10 <RootNamespace>HeuristicLab.Encodings.Permutation_33.Tests</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Encodings.Permutation-3.3.Tests</AssemblyName> 12 12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/InsertionManipulatorTest.cs
r2906 r2929 22 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 23 23 24 namespace HeuristicLab.Encodings.Permutation .Tests {24 namespace HeuristicLab.Encodings.Permutation_33.Tests { 25 25 /// <summary> 26 26 ///This is a test class for InsertionManipulator and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/InversionManipulatorTest.cs
r2906 r2929 22 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 23 23 24 namespace HeuristicLab.Encodings.Permutation .Tests {24 namespace HeuristicLab.Encodings.Permutation_33.Tests { 25 25 /// <summary> 26 26 ///This is a test class for InversionManipulator and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/MaximalPreservativeCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for MaximalPreservativeCrossover and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/OrderBasedCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for OrderBasedCrossoverTest and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/OrderCrossover2Test.cs
r2906 r2929 2 2 using Microsoft.VisualStudio.TestTools.UnitTesting; 3 3 4 namespace HeuristicLab.Encodings.Permutation .Tests {4 namespace HeuristicLab.Encodings.Permutation_33.Tests { 5 5 /// <summary> 6 6 ///This is a test class for OrderCrossover2Test and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/OrderCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for OrderCrossoverTest and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/PartiallyMatchedCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for PartiallyMatchedCrossover and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/PositionBasedCrossoverTest.cs
r2906 r2929 23 23 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 /// <summary> 27 27 ///This is a test class for PositionBasedCrossover and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Random.cs
r2906 r2929 23 23 using HeuristicLab.Core; 24 24 25 namespace HeuristicLab.Encodings.Permutation .Tests {25 namespace HeuristicLab.Encodings.Permutation_33.Tests { 26 26 public class TestRandom : IRandom { 27 27 #region Variables and Properties -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/ScrambleManipulatorTest.cs
r2906 r2929 22 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 23 23 24 namespace HeuristicLab.Encodings.Permutation .Tests {24 namespace HeuristicLab.Encodings.Permutation_33.Tests { 25 25 /// <summary> 26 26 ///This is a test class for ScrambleManipulator and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Swap2ManipulatorTest.cs
r2906 r2929 22 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 23 23 24 namespace HeuristicLab.Encodings.Permutation .Tests {24 namespace HeuristicLab.Encodings.Permutation_33.Tests { 25 25 /// <summary> 26 26 ///This is a test class for Swap2Manipulator and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Swap3ManipulatorTest.cs
r2906 r2929 22 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 23 23 24 namespace HeuristicLab.Encodings.Permutation .Tests {24 namespace HeuristicLab.Encodings.Permutation_33.Tests { 25 25 /// <summary> 26 26 ///This is a test class for Swap3Manipulator and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/TranslocationInversionManipulatorTest.cs
r2906 r2929 22 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 23 23 24 namespace HeuristicLab.Encodings.Permutation .Tests {24 namespace HeuristicLab.Encodings.Permutation_33.Tests { 25 25 /// <summary> 26 26 ///This is a test class for TranslocationInversionManipulator and is intended -
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/TranslocationManipulatorTest.cs
r2906 r2929 22 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 23 23 24 namespace HeuristicLab.Encodings.Permutation .Tests {24 namespace HeuristicLab.Encodings.Permutation_33.Tests { 25 25 /// <summary> 26 26 ///This is a test class for TranslocationManipulator and is intended
Note: See TracChangeset
for help on using the changeset viewer.