Integration testing demo This repo contains a demonstration on how to do integration testing in dotnet using my favorite tools and techniques. You can read a full walktrough of the demo here. Tools Alba: in-memory host for asp.net Verify: snapshot testing for dotnet Respawn: easy database resetting Moq: for mocking dependencies Techniques Builder Pattern Test Spy Snapshot Testing