예제 #1
0
 public void Execute(IStep containerStep, ITestContext context)
 {
     context.PerformAction(containerStep, _before);
     context.ExecuteWithFixture <T>(containerStep.LeafFor(LeafName()), containerStep);
 }