public static void RunCreateTests(int iterations)
 {
     CreateTests tests = new CreateTests(iterations);
     tests.DirectTest();
     tests.ActivatorTest();
     tests.DelegateTest();
     tests.ReflectionTest();
 }
Example #2
0
        public static void RunCreateTests(int iterations)
        {
            CreateTests tests = new CreateTests(iterations);

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