예제 #1
0
파일: MacTest.cs 프로젝트: 894880010/MP
        public static void Main(
            string[] args)
        {
            MacTest     test   = new MacTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
예제 #2
0
		public static void Main(
            string[] args)
        {
            MacTest test = new MacTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }