public void SetUp() { action1 = ActionCall.For<ControllerTarget>(x => x.OneInZeroOut(null)); action2 = ActionCall.For<ActionCallFilterController>(x => x.DifferentMethod()); filter = new CompositeFilter<ActionCall>(); expression = new ActionCallFilterExpression(filter); }
public void SetUp() { action1 = ActionCall.For <ControllerTarget>(x => x.OneInZeroOut(null)); action2 = ActionCall.For <ActionCallFilterController>(x => x.DifferentMethod()); filter = new CompositeFilter <ActionCall>(); expression = new ActionCallFilterExpression(filter); }