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/BlendAlphaBetaCrossoverTest.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 BlendAlphaBetaCrossoverCrossTest() {
     
    118118    ///A test for Apply
    119119    ///</summary>
    120     [TestMethod()]
     120    [TestMethod]
    121121    public void BlendAlphaBetaCrossoverApplyTest() {
    122122      TestRandom random = new TestRandom();
     
    166166    ///A test for BlendAlphaBetaCrossover Constructor
    167167    ///</summary>
    168     [TestMethod()]
     168    [TestMethod]
    169169    public void BlendAlphaBetaCrossoverConstructorTest() {
    170170      BlendAlphaBetaCrossover target = new BlendAlphaBetaCrossover();
Note: See TracChangeset for help on using the changeset viewer.