Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/12 16:32:26 (12 years ago)
Author:
abeham
Message:

#1777

  • removed old unnecessary vsmdi file
  • added test list for new solution
  • renamed a unit test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/NPointCrossoverTest.cs

    r7259 r7932  
    8787    [TestMethod()]
    8888    [DeploymentItem("HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll")]
    89     public void SinglePointCrossoverCrossTest() {
     89    public void NPointCrossoverCrossTest() {
    9090      NPointCrossover_Accessor target = new NPointCrossover_Accessor(new PrivateObject(typeof(NPointCrossover)));
    9191      ItemArray<BinaryVector> parents;
     
    122122    ///</summary>
    123123    [TestMethod()]
    124     public void SinglePointCrossoverApplyTest() {
     124    public void NPointCrossoverApplyTest() {
    125125      TestRandom random = new TestRandom();
    126126      BinaryVector parent1, parent2, expected, actual;
     
    176176    ///</summary>
    177177    [TestMethod()]
    178     public void SinglePointCrossoverConstructorTest() {
     178    public void NPointCrossoverConstructorTest() {
    179179      NPointCrossover target = new NPointCrossover();
    180180    }
Note: See TracChangeset for help on using the changeset viewer.