コード例 #1
0
 public static void IsMetFor(ExpectationScope expectationScope)
 {
     AssertInvocationsWasMade.MatchingExpectationsFor(expectationScope);
 }
コード例 #2
0
 public static void IsMetFor(object target)
 {
     AssertInvocationsWasMade.MatchingExpectationsFor(target);
 }