Exemplo n.º 1
0
 public void IsLessThan_ShouldThorwIfThatNotCalled()
 {
     var check = new Checkers.Check();
     check.IsLessThan(3).Or("Wow, 2?");
 }