예제 #1
0
 protected void VerifyAllExpectations()
 {
     HttpContext.VerifyAllExpectations();
     HttpRequest.VerifyAllExpectations();
     HttpResponse.VerifyAllExpectations();
     HttpSession.VerifyAllExpectations();
     UserIdentity.VerifyAllExpectations();
     Context.VerifyAllExpectations();
 }