VS UNIT TESThttp://msdn.microsoft.com/en-us/library/microsoft.visualstudio.testtools.unittesting(VS.80).aspxTest ClassesConfiguration related
Objects and Types
Assert classes for test verification
Exception classes
Test Class and Methods
Attribute classes used  like [AssemblyInitialize()] etc in the attribute for a method .  Initialization Attributes The order of the methods in the unit test will be run is specified by the attributes:
Cleanup Attributes
Modifier Attributes for TestMethod
Other Attributes
Assert Static Public Members
Collection Assert Static Public Members
StringAssert Static Public Members
|
Programming‎ > ‎MSTEST‎ > ‎