Exemplo n.º 1
0
 public void SelectLoans_NoResult()
 {
     Assert.AreEqual(0, _loanManager.SelectLoansByLoanOfficer(2).GetNumberOfAlerts);
 }