Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 14:06:27 (11 years ago)
Author:
mkommend
Message:

#2088: Adapted HL-3.3.Tests, Algorithms.DataAnalysis.Tests, and Collections.Test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/CollectObjectGraphTest.cs

    r9764 r9783  
    4444
    4545    [TestMethod]
     46    [TestCategory("General")]
     47    [TestCategory("Essential")]
     48    [TestProperty("Time", "medium")]
    4649    [DeploymentItem(@"HeuristicLab-3.3/Resources/GA_SymbReg.hl")]
    4750    public void CollectGASample() {
     
    9497    /// </summary>
    9598    [TestMethod]
     99    [TestCategory("General")]
     100    [TestProperty("Time", "long")]
    96101    public void AlgorithmExecutions() {
    97102      var algs = new List<IAlgorithm>();
     
    120125    /// </summary>
    121126    [TestMethod]
     127    [TestCategory("General")]
     128    [TestProperty("Time", "medium")]
    122129    public void ParallelAlgorithmExecutions() {
    123130      int n = 60;
Note: See TracChangeset for help on using the changeset viewer.