示例#1
0
 public void should_not_have_re_applied_the_json_changes()
 {
     service.AssertWasNotCalled(x => x.ApplyJsonChanges(test, theNewJson));
 }