Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 729 Bytes

File metadata and controls

16 lines (13 loc) · 729 Bytes

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