Exemplo n.º 1
0
 public static void EnterUnitTestMode()
 {
     VerificationHelper = new SimpleRequestVerification(true);
 }
Exemplo n.º 2
0
 static Global()
 {
     VerificationHelper = new SimpleRequestVerification();
 }