Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/28/11 22:38:44 (13 years ago)
Author:
mkommend
Message:

#1653: Restructured unit tests.

Location:
branches/Trunk/HeuristicLab.Tests
Files:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/Trunk/HeuristicLab.Tests/HeuristicLab-3.3/StorableConstructorTest.cs

    r6842 r6844  
    4545
    4646      foreach (Type storableType in ApplicationManager.Manager.GetTypes(typeof(object))
    47         .Where(t => StorableClassAttribute.IsStorableClass(t))) {
     47        .Where(StorableClassAttribute.IsStorableClass)) {
    4848        //test only types contained in HL plugin assemblies
     49        if (storableType.Namespace.Contains(".Tests")) continue;
    4950        if (!PluginLoader.Assemblies.Contains(storableType.Assembly)) continue;
    5051
Note: See TracChangeset for help on using the changeset viewer.