Ejemplo n.º 1
0
 public static PublishFeatureRequest GivenRequest(this PublishFeatureControllerTests tests)
 {
     return(new PublishFeatureRequest
     {
         PublishedBy = "bob",
         Name = "Ross",
         Path = "🦄.🖼",
     });
 }
Ejemplo n.º 2
0
 public static PublishFeatureController GivenController(
     this PublishFeatureControllerTests tests,
     IHandleCommand <PublishFeatureCommand> handler)
 {
     return(new PublishFeatureController(handler));
 }