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.QuadraticAssignment-3.3/QAPMoveEvaluatorTest.cs

    r9456 r9782  
    2727using Microsoft.VisualStudio.TestTools.UnitTesting;
    2828
    29 namespace HeuristicLab.Problems.QuadraticAssignment.Tests_33 {
    30 
     29namespace HeuristicLab.Problems.QuadraticAssignment.Tests {
    3130  /// <summary>
    3231  ///This is a test class for the QAP move evaluators
     
    8685
    8786    [TestMethod]
     87    [TestCategory("Problems.Assignment")]
     88    [TestProperty("Time", "short")]
    8889    public void Swap2MoveEvaluatorFastEvaluationTest() {
    8990
     
    126127
    127128    [TestMethod]
     129    [TestCategory("Problems.Assignment")]
     130    [TestProperty("Time", "short")]
    128131    public void Swap2MoveEvaluatorTest() {
    129132      for (int i = 0; i < 500; i++) {
     
    157160
    158161    [TestMethod]
     162    [TestCategory("Problems.Assignment")]
     163    [TestProperty("Time", "short")]
    159164    public void InversionMoveEvaluatorTest() {
    160165      for (int i = 0; i < 500; i++) {
     
    189194
    190195    [TestMethod]
     196    [TestCategory("Problems.Assignment")]
     197    [TestProperty("Time", "short")]
    191198    public void TranslocationMoveEvaluatorTest() {
    192199      for (int i = 0; i < 500; i++) {
     
    227234
    228235    [TestMethod]
     236    [TestCategory("Problems.Assignment")]
     237    [TestProperty("Time", "short")]
    229238    public void ScrambleMoveEvaluatorTest() {
    230239      for (int i = 0; i < 500; i++) {
Note: See TracChangeset for help on using the changeset viewer.