Example #1
0
 public TestContainer GetTestContainer(ITestRunnerContext context)
 {
     return(new MspecTestContainer(context.GetOutputPath().FullPath, context.Settings.TestRunner.ToShadowCopy()));
 }