statusChekers.put(veggArticleName, new LagerProductionStatusChecker(
veggArticleName, attributeName, attributeValue));
statusChekers.put(frontArticleName, new LagerProductionStatusChecker(
frontArticleName, attributeName, attributeValue));
final ApplicationUser applicationUser = new ApplicationUser();
ProductArea productArea = new ProductArea();
ProductAreaGroupManager productAreaGroupManager = (ProductAreaGroupManager) ModelUtil
.getBean(ProductAreaGroupManager.MANAGER_NAME);
ProductAreaGroup productAreaGroup = productAreaGroupManager
.findByName("Garasje");
productArea.setProductAreaGroup(productAreaGroup);
applicationUser.setProductArea(productArea);
applicationUser.setUserName("username");
applicationUser.setGroupUser("Nei");
when(login.getApplicationUser()).thenReturn(applicationUser);