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.Instances-3.3/QAPLIBInstanceProviderTest.cs

    r9772 r9782  
    3030
    3131    [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        }
     
    4849
    4950    [TestMethod]
     51    [TestCategory("Problems.Instances")]
     52    [TestProperty("Time", "short")]
    5053    public void GetMicroarrayQAPInstanceTest() {
    5154      var target = new MicroarrayQAPInstanceProvider();
     
    6568
    6669    [TestMethod]
     70    [TestCategory("Problems.Instances")]
     71    [TestProperty("Time", "short")]
    6772    public void GetDreznerQAPInstanceTest() {
    6873      var target = new DreznerQAPInstanceProvider();
     
    8287
    8388    [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.