Code sample used in Quality Excites 2015 talk: https://www.youtube.com/watch?v=uikGlgUnxYA
It shows following patterns/techniques:
TaxiCompanyTestsuses Fixture pattern.TaxiCompanyTestsWithBuildersinttoduces Fluent Builder pattern for preparing test data.TaxiCompanyTestsWithVerificationsintroduces verification method, but only for one test.
Used technolgies:
- Entity Framework
- NUnit
- Fluent Assertions