When testing real applications, it is almost always necessary to load data before your tests run and to make sure that things are cleaned up after. NUnit gives us several options for running code before and after tests. In this short video, I show you how!