Beispiel #1
0
 public void call_is_made_to_validator_to_validate_customer_object()
 {
     CustomerValidator.Received(1).Validate(_customer);
 }