Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 13:57:00 (11 years ago)
Author:
abeham
Message:

#2088: Added test attributes to further tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.TestFunctions-3.3/GriewankEvaluatorTest.cs

    r9775 r9782  
    2121
    2222using HeuristicLab.Encodings.RealVectorEncoding;
    23 using HeuristicLab.Problems.TestFunctions;
    2423using Microsoft.VisualStudio.TestTools.UnitTesting;
    2524
    2625namespace HeuristicLab.Problems.TestFunctions.Tests {
    27 
    28 
    2926  /// <summary>
    3027  ///This is a test class for GriewankEvaluatorTest and is intended
     
    3330  [TestClass()]
    3431  public class GriewankEvaluatorTest {
    35 
    36 
    37     private TestContext testContextInstance;
    38 
    39     /// <summary>
    40     ///Gets or sets the test context which provides
    41     ///information about and functionality for the current test run.
    42     ///</summary>
    43     public TestContext TestContext {
    44       get {
    45         return testContextInstance;
    46       }
    47       set {
    48         testContextInstance = value;
    49       }
    50     }
    51 
    52     #region Additional test attributes
    53     //
    54     //You can use the following additional attributes as you write your tests:
    55     //
    56     //Use ClassInitialize to run code before running the first test in the class
    57     //[ClassInitialize()]
    58     //public static void MyClassInitialize(TestContext testContext)
    59     //{
    60     //}
    61     //
    62     //Use ClassCleanup to run code after all tests in a class have run
    63     //[ClassCleanup()]
    64     //public static void MyClassCleanup()
    65     //{
    66     //}
    67     //
    68     //Use TestInitialize to run code before running each test
    69     //[TestInitialize()]
    70     //public void MyTestInitialize()
    71     //{
    72     //}
    73     //
    74     //Use TestCleanup to run code after each test has run
    75     //[TestCleanup()]
    76     //public void MyTestCleanup()
    77     //{
    78     //}
    79     //
    80     #endregion
    81 
    8232    /// <summary>
    8333    ///A test for EvaluateFunction
    8434    ///</summary>
    8535    [TestMethod]
    86     [DeploymentItem("HeuristicLab.Problems.TestFunctions-3.3.dll")]
     36    [TestCategory("Problems.TestFunctions")]
     37    [TestProperty("Time", "short")]
    8738    public void GriewankEvaluateFunctionTest() {
    8839      GriewankEvaluator_Accessor target = new GriewankEvaluator_Accessor();
Note: See TracChangeset for help on using the changeset viewer.