Exemplo n.º 1
0
 public static void RunCreateTests(int iterations)
 {
     CreateTests tests = new CreateTests(iterations);
     tests.DirectTest();
     tests.ActivatorTest();
     tests.DelegateTest();
     tests.ReflectionTest();
 }
Exemplo n.º 2
0
        public static void RunCreateTests(int iterations)
        {
            CreateTests tests = new CreateTests(iterations);

            tests.DirectTest();
            tests.ActivatorTest();
            tests.DelegateTest();
            tests.ReflectionTest();
        }