ApplicationUser applicationUser = new ApplicationUser();
ProductArea productArea = productAreaManager
.findByName("Garasje villa");
applicationUser.setProductArea(productArea);
when(login.getApplicationUser()).thenReturn(applicationUser);
final Supplier supplier = new Supplier();
supplier.setSupplierId(47);
supplier.setSupplierName("S�rensen Garagebygg ANS");
final YearWeek yearWeek = new YearWeek(2009, 34);
final CraningCostManager craningCostManager = (CraningCostManager) ModelUtil
.getBean(CraningCostManager.MANAGER_NAME);
final AssemblyReportFactory assemblyReportFactory = new AssemblyReportFactory() {