public override void Given()
 {
     registry = new ActionResultRegistry();
     registryTester = new ActionResultRegistryTester();
     registryTester.Init(registry);
     controllerAction = controller => controller.ReturnPost();
 }
Ejemplo 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);
 }
Ejemplo n.º 4
0
 public override void Given()
 {
     registryTester = new ActionResultRegistryTester();
     registry       = new ActionResultRegistry();
     registryItem   = new ActionResultRegistryItem(typeof(TestActionResultFactory), null, EmptyActionDescriptor.Instance, EmptyControllerDescriptor.Instance);
 }