public BasicCommandWithContextTests(TestStartupFactory <TestStartupWithCommandContext> factory)
 {
     this.Factory = factory;
 }
Exemplo n.º 2
0
 public BasicCommandTests(TestStartupFactory <TestStartup> factory)
 {
     this.Factory = factory;
 }