/// <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; }