public GetTodoListFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }
예제 #2
0
 public UpdateTodoListFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }
예제 #3
0
 public CreateBookFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }
예제 #4
0
 public GetBooksFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }