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

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

            Console.WriteLine(result);
        }