Examples of DrawerGroup


Examples of no.ugland.utransprod.util.report.DrawerGroup

                .groupByProductAreaPeriode(productArea,
                        periode);
        assertNotNull(drawerGroups);
        assertEquals(true, drawerGroups.size() == 1);
       
        DrawerGroup drawerGroup=drawerGroups.get(0);
       
        assertEquals("test1", drawerGroup.getCategoryName());
        assertEquals(Integer.valueOf(1), drawerGroup.getCount());
        assertEquals("odd", drawerGroup.getDrawerName());
        assertEquals(BigDecimal.valueOf(200000), drawerGroup.getSumOwnProduction());
        assertEquals("Garasje villa", drawerGroup.getProductArea().getProductArea());
       
    }
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.