A provider wrapper for a test method.
Inheritance: ITestMethod
Ejemplo n.º 1
0
 internal StatLightTestContext(TestMethod testMethod)
 {
     _testMethod = testMethod;
 }
Ejemplo n.º 2
0
 internal StatLightTestContext(TestMethod testMethod)
 {
     _testMethod = testMethod;
 }