コード例 #1
0
ファイル: Program.cs プロジェクト: radtek/DatabaseMigration
 static void TestInterpreter()
 {
     InterpreterTestRuner.Run(new InterpreterTest(sqlServerInterpreter), new SelectionInfo()
     {
     });
     //InterpreterTestRuner.Run(new InterpreterTest(mySqlInterpreter), new SelectionInfo() { });
     //InterpreterTestRuner.Run(new InterpreterTest(oracleInterpreter), new SelectionInfo() { });
 }
コード例 #2
0
 static void TestInterpreter()
 {
     InterpreterTestRuner.Run(new InterpreterTest(sqlServerInterpreter));
     //InterpreterTestRuner.Run(new InterpreterTest(mySqlInterpreter));
     //InterpreterTestRuner.Run(new InterpreterTest(oracleInterpreter));
 }