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