public void Setup() { dal = DALLoanAPoundCreator.Create("test"); bll = BLLLoanAPoundCreator.Create("test", dal); loanEngine = LoanEngineCreator.Create("test", bll); applicant = ApplicantCreator.Create("test", bll); }
public void Setup() { //Inject classes for tests dal = DALLoanAPoundCreator.Create("test"); bll = BLLLoanAPoundCreator.Create("test", dal); applicant = ApplicantCreator.Create("test", bll); }