source:
branches/ClientManagement/HeuristicLab.Services.Authentication/TestWebService/TestWebServiec.cs
@
4953
Last change on this file since 4953 was 4953, checked in by jhaider, 14 years ago | |
---|---|
File size: 393 bytes |
Rev | Line | |
---|---|---|
[4953] | 1 | using System; |
2 | using System.Text; | |
3 | using System.Collections.Generic; | |
4 | using System.Linq; | |
5 | using Microsoft.VisualStudio.TestTools.UnitTesting; | |
6 | ||
7 | namespace TestWebService | |
8 | { | |
9 | [TestClass] | |
10 | public class WebserviceUnitTest | |
11 | { | |
12 | public void Init() | |
13 | { | |
14 | ||
15 | } | |
16 | ||
17 | [TestMethod] | |
18 | public void TestMethod1() | |
19 | { | |
20 | } | |
21 | } | |
22 | } |
Note: See TracBrowser
for help on using the repository browser.