Exemple #1
0
 public void When()
 {
     GlobalActionFilterAttribute.OnActionExecuting(HttpActionContext);
 }
Exemple #2
0
 public GlobalActionFilterAttributeTests()
 {
     HttpActionContext           = ContextUtil.CreateActionContext();
     GlobalActionFilterAttribute = new GlobalActionFilterAttribute();
 }