Ejemplo n.º 1
0
 public void whenGettingAShooter(string firstName, string lastName, int id)
 {
     testContext = testContext.newParticipant(id, firstName, lastName);
 }
Ejemplo n.º 2
0
 public ParticipantTestSteps(ParticipantTestSharedContext sharedTestContext)
 {
     testContext = sharedTestContext;
 }