You are using Microsoft Visual Studio Unit Test Framework.
What are the two minimum requirements for a test class? (Choose two.)
A.
One of the methods must have the TestCategory attribute.
B.
The class must have the Testlnitialize attribute.
C.
The class must have the TestClass attribute.
D.
One of the methods must have the TestMethod attribute.
Explanation:
http://msdn.microsoft.com/en-us/library/ms182532.aspx