Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/31/14 10:26:09 (9 years ago)
Author:
jkarder
Message:

#2211:

  • updated/added unit tests
    • added AssemblyInitialize method to load all plugins, create output directories for (script) samples and initialize the MainForm
    • script code is now stored in test resource files
    • refactored unit tests
  • updated (script) samples
  • added Test.cmd
File:
1 edited

Legend:

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

    r11498 r11514  
    3232
    3333namespace HeuristicLab.Tests {
    34   /// <summary>
    35   /// Summary description for DeepCloneableCloningTest
    36   /// </summary>
    3734  [TestClass]
    3835  public class DeepCloneableCloningTest {
    39 
    40     [ClassInitialize]
    41     public static void MyClassInitialize(TestContext testContext) {
    42       PluginLoader.Assemblies.Any();
    43     }
    44 
    4536    private TestContext testContextInstance;
    4637    public TestContext TestContext {
Note: See TracChangeset for help on using the changeset viewer.