Beispiel #1
0
 public static void EnterUnitTestMode()
 {
     VerificationHelper = new SimpleRequestVerification(true);
 }
Beispiel #2
0
 static Global()
 {
     VerificationHelper = new SimpleRequestVerification();
 }