프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / ServiceUnitTest / InstallTest.cs @ 53c9637d

이력 | 보기 | 이력해설 | 다운로드 (511 Bytes)

1
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
}
클립보드 이미지 추가 (최대 크기: 500 MB)