예제 #1
0
 public void CanCreate()
 {
     game = new BouncingBall();
     game.Should().NotBeNull();
 }