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