Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/20/13 17:03:31 (11 years ago)
Author:
mkommend
Message:

#2088: Merged all changesets regarding the unit test restructuring in the stable branch.

Location:
stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Tests

  • stable/HeuristicLab.Tests/HeuristicLab.Problems.Instances-3.3/QAPLIBInstanceProviderTest.cs

    r9456 r9885  
    2525using Microsoft.VisualStudio.TestTools.UnitTesting;
    2626
    27 namespace HeuristicLab.Problems.Instances_33.Tests {
     27namespace HeuristicLab.Problems.Instances.Tests {
    2828  [TestClass()]
    2929  public class QAPLIBInstanceProviderTest {
    3030
    31     [TestMethod()]
     31    [TestMethod]
     32    [TestCategory("Problems.Instances")]
     33    [TestProperty("Time", "medium")]
    3234    public void GetQAPLIBInstanceTest() {
    3335      var target = new QAPLIBInstanceProvider();
     
    3739        try {
    3840          target.LoadData(id);
    39         }
    40         catch (Exception ex) {
     41        } catch (Exception ex) {
    4142          erroneousInstances.AppendLine(id.Name + ": " + ex.Message);
    4243        }
     
    4748    }
    4849
    49     [TestMethod()]
     50    [TestMethod]
     51    [TestCategory("Problems.Instances")]
     52    [TestProperty("Time", "short")]
    5053    public void GetMicroarrayQAPInstanceTest() {
    5154      var target = new MicroarrayQAPInstanceProvider();
     
    6467    }
    6568
    66     [TestMethod()]
     69    [TestMethod]
     70    [TestCategory("Problems.Instances")]
     71    [TestProperty("Time", "short")]
    6772    public void GetDreznerQAPInstanceTest() {
    6873      var target = new DreznerQAPInstanceProvider();
     
    8186    }
    8287
    83     [TestMethod()]
     88    [TestMethod]
     89    [TestCategory("Problems.Instances")]
     90    [TestProperty("Time", "long")]
    8491    public void GetTaillardQAPInstanceTest() {
    8592      var target = new TaillardQAPInstanceProvider();
Note: See TracChangeset for help on using the changeset viewer.