Exemplo n.º 1
0
 public void DebtToIncomeRatio_CorrectCalculation()
 {
     Assert.AreEqual(0.2f, BalanceSheet.DebtToIncomeRatio(5000, 25000));
 }