Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 13:03:30 (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.BinaryVectorEncoding-3.3/SinglePointCrossoverTest.cs

    r9764 r9765  
    8484    ///A test for Cross
    8585    ///</summary>
    86     [TestMethod()]
     86    [TestMethod]
    8787    [DeploymentItem("HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll")]
    8888    public void SinglePointCrossoverCrossTest() {
     
    120120    ///A test for SinglePointCrossover Constructor
    121121    ///</summary>
    122     [TestMethod()]
     122    [TestMethod]
    123123    public void SinglePointCrossoverConstructorTest() {
    124124      SinglePointCrossover target = new SinglePointCrossover();
Note: See TracChangeset for help on using the changeset viewer.