Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Tests/ServerTest.cs @ 5078

Last change on this file since 5078 was 5078, checked in by cneumuel, 14 years ago

#1233

  • removed dash from solution file name
  • reorganized MessageContainer.MessageTypes
  • added server test project
File size: 451 bytes
Line 
1using System;
2using System.Text;
3using System.Collections.Generic;
4using System.Linq;
5using Microsoft.VisualStudio.TestTools.UnitTesting;
6
7namespace HeuristicLab.Services.Hive.Tests {
8  [TestClass]
9  public class ServerTest {
10
11    [ClassInitialize]
12    public static void MyClassInitialize(TestContext testContext) {
13      PluginLoader.pluginAssemblies.Any();
14    }
15
16    [TestMethod]
17    public void TestMethod1() {
18    }
19  }
20}
Note: See TracBrowser for help on using the repository browser.