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:
4 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Tests

  • stable/HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3/QAPLIBInstancesTest.cs

    r9456 r9885  
    2727using Microsoft.VisualStudio.TestTools.UnitTesting;
    2828
    29 namespace HeuristicLab.Problems.QuadraticAssignment.Tests_33 {
     29namespace HeuristicLab.Problems.QuadraticAssignment.Tests {
    3030  [TestClass]
    3131  public class QAPLIBInstancesTest {
     
    189189
    190190    [TestMethod]
     191    [TestCategory("Problems.Assignment")]
     192    [TestProperty("Time", "long")]
    191193    public void TestQAPLIBInstances() {
    192194      var provider = new QAPLIBInstanceProvider();
     
    208210
    209211    [TestMethod]
     212    [TestCategory("Problems.Assignment")]
     213    [TestProperty("Time", "long")]
    210214    public void TestQAPLIBSolutions() {
    211215      var provider = new QAPLIBInstanceProvider();
     
    226230
    227231    [TestMethod]
     232    [TestCategory("Problems.Assignment")]
     233    [TestProperty("Time", "short")]
    228234    public void TestQAPLIBLowerBounds() {
    229235      var provider = new QAPLIBInstanceProvider();
  • stable/HeuristicLab.Tests/HeuristicLab.Problems.QuadraticAssignment-3.3/QAPMoveEvaluatorTest.cs

    r9456 r9885  
    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.