- Timestamp:
- 09/28/11 22:38:44 (13 years ago)
- 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 45 45 46 46 foreach (Type storableType in ApplicationManager.Manager.GetTypes(typeof(object)) 47 .Where( t => StorableClassAttribute.IsStorableClass(t))) {47 .Where(StorableClassAttribute.IsStorableClass)) { 48 48 //test only types contained in HL plugin assemblies 49 if (storableType.Namespace.Contains(".Tests")) continue; 49 50 if (!PluginLoader.Assemblies.Contains(storableType.Assembly)) continue; 50 51
Note: See TracChangeset
for help on using the changeset viewer.