Class | Description |
---|---|
Assertion | A set of JUnit/NUnit compatible assertion methods |
AssertionFailedException | Is thrown if an assertion failed. |
ExceptExceptionAttribute | Indicates that a test method may throw an exception |
TestAssemblyAttribute | Can be used to specify a description for an assembly that contains tests |
TestMethodAttribute | Indicates that a method should be run in a test as a test method. |
TestSuiteAttribute | Indicates that a class contains test methods. |
Enumeration | Description |
---|---|
TestCallingMode | This enumeration is used to specify the calling mode for a test |