コード例 #1
0
ファイル: TestDriver.cs プロジェクト: SJMakin/Randoop.NET
 static void Main()
 {
     RandoopTestGeneral tests = new RandoopTestGeneral();
     tests.TestMethod1();
     tests.TestMethod2();
     tests.TestMethod3();
 }
コード例 #2
0
ファイル: TestDriver.cs プロジェクト: somelou/Randoop.NET
    static void Main()
    {
        RandoopTestGeneral tests = new RandoopTestGeneral();

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