Free cookie consent management tool by TermsFeed Policy Generator

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

    r9764 r9768  
    8484    ///A test for Cross
    8585    ///</summary>
    86     [TestMethod()]
     86    [TestMethod]
    8787    [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-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();
     
    142142    ///A test for DiscreteCrossover Constructor
    143143    ///</summary>
    144     [TestMethod()]
     144    [TestMethod]
    145145    public void DiscreteCrossoverConstructorTest() {
    146146      DiscreteCrossover target = new DiscreteCrossover();
Note: See TracChangeset for help on using the changeset viewer.