コード例 #1
0
 public void GetCreditCardsForApplicant_WhenApplicantDoesntExist_ThrowsError()
 {
     controller.GetCreditCardsForApplicant(55);
 }