public BasicCommandWithContextTests(TestStartupFactory <TestStartupWithCommandContext> factory)
 {
     this.Factory = factory;
 }
示例#2
0
 public BasicCommandTests(TestStartupFactory <TestStartup> factory)
 {
     this.Factory = factory;
 }