Exemple #1
0
 public void IsA_ShouldThorwIfThatNotCalled()
 {
     var check = new Checkers.Check();
     check.IsA(typeof(Person)).Or("Wow, 2?");
 }