コード例 #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
ファイル: MacTest.cs プロジェクト: KimikoMuffin/bc-csharp
		public static void Main(
            string[] args)
        {
            MacTest test = new MacTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }