コード例 #1
0
ファイル: Global.asax.cs プロジェクト: imbushuo/MW-PeaceMaker
 public static void EnterUnitTestMode()
 {
     VerificationHelper = new SimpleRequestVerification(true);
 }
コード例 #2
0
ファイル: Global.asax.cs プロジェクト: imbushuo/MW-PeaceMaker
 static Global()
 {
     VerificationHelper = new SimpleRequestVerification();
 }