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/ReplaceBranchManipulationTest.cs

    r9764 r9770  
    3434    private TestContext testContextInstance;
    3535
    36     /// <summary>
    37     ///Gets or sets the test context which provides
    38     ///information about and functionality for the current test run.
    39     ///</summary>
    40     public TestContext TestContext {
    41       get {
    42         return testContextInstance;
    43       }
    44       set {
    45         testContextInstance = value;
    46       }
    47     }
    48 
    49     [TestMethod()]
     36    [TestMethod]
     37    [TestCategory("Encodings.SymbolicExpressionTree")]
     38    [TestProperty("Time", "long")]
    5039    public void ReplaceBranchManipulationDistributionsTest() {
    5140      SymbolicExpressionTreeStringFormatter formatter = new SymbolicExpressionTreeStringFormatter();
Note: See TracChangeset for help on using the changeset viewer.