Beispiel #1
0
        public static void MainOld(
            string[] args)
        {
            ITest       test   = new SkipjackTest();
            ITestResult result = test.Perform();

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

            Console.WriteLine(result);
        }