Exemple #1
0
 public void Is_ShouldThorwIfThatNotCalled()
 {
     var check = new Checkers.Check();
     check.Is(31338).Or("Wow, thats to much person for me").Fail();
 }