// Don't need to instanciate crud since now fixture shares the connection accross the tests - cool eh?! // If you want a different connection tho, feel free enjoy it public TestPetWithChair(DatabaseFixture fixture) { this.crud = fixture.Crud; }
// Don't need to instanciate crud since now fixture shares the connection accross the tests - cool eh?! // If you want a different connection tho, feel free enjoy it public TestPet(DatabaseFixture fixture) { this.crud = fixture.Crud; }