I am writing some unit tests for the persistence layer of my C#.NET application. Before and after the tests of a test class execute, I want to do some cleaning up to
The trace output from a ClassInitialize and ClassCleanup appears in the result summary.
You can access it by doing the following