Example #1
0
 static void Main()
 {
     RandoopTestGeneral tests = new RandoopTestGeneral();
     tests.TestMethod1();
     tests.TestMethod2();
     tests.TestMethod3();
 }
Example #2
0
    static void Main()
    {
        RandoopTestGeneral tests = new RandoopTestGeneral();

        tests.TestMethod1();
        tests.TestMethod2();
        tests.TestMethod3();
    }