markus / ConvertService / ServiceBase / ServiceUnitTest / InstallTest.cs @ a1142a6b
이력 | 보기 | 이력해설 | 다운로드 (511 Bytes)
1 | 53c9637d | taeseongkim | using Microsoft.VisualStudio.TestTools.UnitTesting; |
---|---|---|---|
2 | using System; |
||
3 | using System.Collections.Generic; |
||
4 | using System.Linq; |
||
5 | using System.Text; |
||
6 | using System.Threading.Tasks; |
||
7 | |||
8 | namespace ServiceUnitTest |
||
9 | { |
||
10 | [TestClass] |
||
11 | public class InstallerTest |
||
12 | { |
||
13 | [TestMethod] |
||
14 | public void InstallTest() |
||
15 | { |
||
16 | //Markus.Service.ProjectInstaller installer = new Markus.Service.Station.ProjectInstaller(); |
||
17 | |||
18 | // installer.Install(new System.Collections.Hashtable()); |
||
19 | } |
||
20 | } |
||
21 | } |