Esempio n. 1
0
 public void should_exception_when_create_invalid_frame_more_than_10_point()
 {
     game.Reset();
     game.RollTheBowl(8, 8);
     Assert.Fail("Excpected excepiton not thrown");
 }