Пример #1
0
 public void whenGettingAShooter(string name, int id)
 {
     testContext = testContext.newShooter(id, name);
 }
Пример #2
0
 public ShooterTestSteps(ShooterTestSharedContext sharedTestContext)
 {
     testContext = sharedTestContext;
 }