public void whenGettingAShooter(string name, int id) { testContext = testContext.newShooter(id, name); }
public ShooterTestSteps(ShooterTestSharedContext sharedTestContext) { testContext = sharedTestContext; }