Exemplo n.º 1
0
 public void GivenIHaveAStepDefinitionWithoutScope()
 {
     stepTracker.StepExecuted("Given I have a step definition without scope");
 }
Exemplo n.º 2
0
 public void GivenIHaveAStepDefinitionThatIsInAClassScopedToTagMytag()
 {
     stepTracker.StepExecuted("Given I have a step definition that is in a class scoped to tag 'mytag'");
 }