Exemplo n.º 1
0
 public static void IsMetFor(ExpectationScope expectationScope)
 {
     AssertInvocationsWasMade.MatchingExpectationsFor(expectationScope);
 }
Exemplo n.º 2
0
 public static void IsMetFor(object target)
 {
     AssertInvocationsWasMade.MatchingExpectationsFor(target);
 }