- Timestamp:
- 09/03/12 16:18:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/InstantiateCreatablesTest.cs
r8547 r8560 28 28 29 29 namespace HeuristicLab_33.Tests { 30 30 31 [TestClass] 31 32 public class InstantiateCreatablesTest { 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 } 32 38 [TestMethod] 33 39 public void InstantiateAllCreatables() {
Note: See TracChangeset
for help on using the changeset viewer.