public override void Given()
 {
     registry = new ActionResultRegistry();
     registryTester = new ActionResultRegistryTester();
     registryTester.Init(registry);
     controllerAction = controller => controller.ReturnPost();
 }
Esempio n. 2
0
 public override void Given()
 {
     registry       = new ActionResultRegistry();
     registryTester = new ActionResultRegistryTester();
     registryTester.Init(registry);
     controllerAction = controller => controller.ReturnPost();
 }
 public override void Given()
 {
     registryTester = new ActionResultRegistryTester();
     registry = new ActionResultRegistry();
     registryItem = new ActionResultRegistryItem(typeof(TestActionResultFactory), null, EmptyActionDescriptor.Instance, EmptyControllerDescriptor.Instance);
 }
Esempio n. 4
0
 public override void Given()
 {
     registryTester = new ActionResultRegistryTester();
     registry       = new ActionResultRegistry();
     registryItem   = new ActionResultRegistryItem(typeof(TestActionResultFactory), null, EmptyActionDescriptor.Instance, EmptyControllerDescriptor.Instance);
 }