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

    r9764 r9770  
    3535    private TestContext testContextInstance;
    3636
    37     /// <summary>
    38     ///Gets or sets the test context which provides
    39     ///information about and functionality for the current test run.
    40     ///</summary>
    41     public TestContext TestContext {
    42       get {
    43         return testContextInstance;
    44       }
    45       set {
    46         testContextInstance = value;
    47       }
    48     }
    49 
    5037    [TestMethod()]
     38    [TestCategory("Encodings.SymbolicExpressionTree")]
     39    [TestProperty("Time", "long")]
    5140    public void ProbabilisticTreeCreaterDistributionsTest() {
    5241      var randomTrees = new List<ISymbolicExpressionTree>();
     
    8473
    8574    [TestMethod]
     75    [TestCategory("Encodings.SymbolicExpressionTree")]
     76    [TestProperty("Time", "short")]
    8677    public void ProbabilisticTreeCreatorSpecificTreeSizesTest() {
    8778      var trees = new List<ISymbolicExpressionTree>();
Note: See TracChangeset for help on using the changeset viewer.