Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 13:03:41 (11 years ago)
Author:
mkommend
Message:

#2088: Removed useless brackets in the TestMethod attribute and added test categories and properties for SymExpTreeEncoding unit test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/AllArchitectureAlteringOperatorsTest.cs

    r9764 r9770  
    2424using System.Diagnostics;
    2525using HeuristicLab.Data;
    26 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2726using HeuristicLab.Random;
    2827using Microsoft.VisualStudio.TestTools.UnitTesting;
     
    3736    private TestContext testContextInstance;
    3837
    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()]
     38    [TestMethod]
    5339    [Timeout(3600000)]
     40    [TestCategory("Encodings.SymbolicExpressionTree")]
     41    [TestProperty("Time", "long")]
    5442    public void AllArchitectureAlteringOperatorsDistributionTest() {
    5543      var trees = new List<ISymbolicExpressionTree>();
Note: See TracChangeset for help on using the changeset viewer.