コード例 #1
0
 public void whenGettingAShooter(string firstName, string lastName, int id)
 {
     testContext = testContext.newParticipant(id, firstName, lastName);
 }
コード例 #2
0
 public ParticipantTestSteps(ParticipantTestSharedContext sharedTestContext)
 {
     testContext = sharedTestContext;
 }