示例#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);
        }