Examples of TakstoltegnerVManager


Examples of no.ugland.utransprod.service.TakstoltegnerVManager

@Category(ManuellTest.class)
public class TakstoltegnerRapportTest {

  @Test
  public void generateTakstoltegnerRapport() throws Exception{
    TakstoltegnerVManager takstoltegnerVManager=(TakstoltegnerVManager)ModelUtil.getBean(TakstoltegnerVManager.MANAGER_NAME);
    Periode periode=new Periode(2010, 4, 5);
    Map<TakstoltegnerVSum,Collection<TakstoltegnerV>> tegnere=takstoltegnerVManager.findByPeriode(periode);
   
    assertNotNull(tegnere);
   
    ExcelUtil.setUseUniqueFileName(false);
    ExcelUtil excelUtil=new ExcelUtil();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.