Beispiel #1
0
 static void Main(string[] args)
 {
     TesterCore.RunAllTests(typeof(Program).Assembly);
     //TesterCore.RunAllTest(Test2);
 }
Beispiel #2
0
 static void Main(string[] args)
 {
     TesterCore.RunAllTests(typeof(Program).Assembly);
     Console.ReadLine();
 }