Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 13:03:31 (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.IntegerVectorEncoding-3.3/DiscreteCrossoverTest.cs

    r9764 r9766  
    8484    ///A test for Cross
    8585    ///</summary>
    86     [TestMethod()]
     86    [TestMethod]
    8787    [DeploymentItem("HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll")]
    8888    public void DiscreteCrossoverCrossTest() {
     
    108108    ///A test for Apply
    109109    ///</summary>
    110     [TestMethod()]
     110    [TestMethod]
    111111    public void DiscreteCrossoverApplyTest() {
    112112      TestRandom random = new TestRandom();
     
    140140    ///A test for DiscreteCrossover Constructor
    141141    ///</summary>
    142     [TestMethod()]
     142    [TestMethod]
    143143    public void DiscreteCrossoverConstructorTest() {
    144144      DiscreteCrossover target = new DiscreteCrossover();
Note: See TracChangeset for help on using the changeset viewer.