Beispiel #1
0
 public override void When(GameTableAggregate a)
 {
     a.Check("me2");
 }
 public override void When(GameTableAggregate a)
 {
     Assert.Throws <InvalidOperationException>(() => a.Check("me1"));
 }