コード例 #1
0
 public AddItemOrderCommandHandlerTests(OrderTestsFixture fixture)
 {
     Fixture = fixture;
 }
コード例 #2
0
 public RemoveAllOrderCommandHandlerTests(OrderTestsFixture fixture)
 {
     Fixture = fixture;
 }
コード例 #3
0
 public CheckoutOrderCommandHandlerTests(OrderTestsFixture fixture)
 {
     Fixture = fixture;
 }