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/ParameterVisibilityTest.cs

    r11171 r11514  
    3131  [TestClass]
    3232  public class ParameterVisibilityTest {
    33     // Use ClassInitialize to run code before running the first test in the class
    34     [ClassInitialize]
    35     public static void MyClassInitialize(TestContext testContext) {
    36       PluginLoader.Assemblies.Any();
    37     }
    38 
    3933    private TestContext testContextInstance;
    4034    public TestContext TestContext {
Note: See TracChangeset for help on using the changeset viewer.