Example #1
0
 public void メンバの追加()
 {
     _keeper.AddMenber(new Participant("A", 1000));
     Assert.That(_keeper.Participants.Count, Is.EqualTo(1));
 }