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

            Console.WriteLine(result);
        }
        public static void Main(
			string[] args)
        {
            EcNrTest test = new EcNrTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }