예제 #1
0
        private static void Main(params string[] args)
        {
            var setup = new SetupFixture();
            var test  = new HeavyLoad();

            test.RunForTime();
        }
예제 #2
0
 private static void Main(params string[] args)
 {
     var setup = new SetupFixture();
     var test = new HeavyLoad();
     test.RunForTime();
 }