A provider wrapper for a test method.
Inheritance: ITestMethod
 /// <summary>
 /// Create a new unit test context wrapper for the test method.
 /// </summary>
 /// <param name="testMethod">Test method.</param>
 internal UnitTestContext(TestMethod testMethod)
 {
     _tm = testMethod;
 }
Example #2
0
 /// <summary>
 /// Create a new unit test context wrapper for the test method.
 /// </summary>
 /// <param name="testMethod">Test method.</param>
 internal UnitTestContext(TestMethod testMethod)
 {
     _tm = testMethod;
 }