public CarLoanCalculatorTest() { RateParser rateParser = new RateParser(); this.carLoanCalculator = new CarLoanCalculator(rateParser); }