You can use the following additional attributes as you write your tests: Use ClassInitialize to run code before running the ...

You can use the following additional attributes as you write your tests:

Use ClassInitialize to run code before running the first test in the class
{0}

Use ClassCleanup to run code after all tests in a class have run
{1}

Use TestInitialize to run code before running each test
{2}

Use TestCleanup to run code after each test has run
{3}