Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/20/13 17:03:31 (11 years ago)
Author:
mkommend
Message:

#2088: Merged all changesets regarding the unit test restructuring in the stable branch.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Tests

  • stable/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/AllArchitectureAlteringOperatorsTest.cs

    r9456 r9885  
    2424using System.Diagnostics;
    2525using HeuristicLab.Data;
    26 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2726using HeuristicLab.Random;
    2827using Microsoft.VisualStudio.TestTools.UnitTesting;
    2928
    30 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding_34.Tests {
     29namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Tests {
    3130  [TestClass]
    3231  public class AllArchitectureAlteringOperatorsTest {
     
    3534    private const int MAX_TREE_LENGTH = 100;
    3635    private const int MAX_TREE_DEPTH = 10;
    37     private TestContext testContextInstance;
    3836
    39     /// <summary>
    40     ///Gets or sets the test context which provides
    41     ///information about and functionality for the current test run.
    42     ///</summary>
    43     public TestContext TestContext {
    44       get {
    45         return testContextInstance;
    46       }
    47       set {
    48         testContextInstance = value;
    49       }
    50     }
    51 
    52     [TestMethod()]
     37    [TestMethod]
    5338    [Timeout(3600000)]
     39    [TestCategory("Encodings.SymbolicExpressionTree")]
     40    [TestProperty("Time", "long")]
    5441    public void AllArchitectureAlteringOperatorsDistributionTest() {
    5542      var trees = new List<ISymbolicExpressionTree>();
Note: See TracChangeset for help on using the changeset viewer.