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