public GetTodoListFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }
Exemplo n.º 2
0
 public UpdateTodoListFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }
Exemplo n.º 3
0
 public CreateBookFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }
Exemplo n.º 4
0
 public GetBooksFeature(ApplicationTestFixture fixture)
 {
     _fixture = fixture;
 }