Package org.sete.service.common

Examples of org.sete.service.common.SystemTypesServiceImpl


    @Before
    protected void setUp() throws Exception {
        super.setUp();

        service = new SystemTypesServiceImpl();
        mockBaseDao = EasyMock.createMock(BaseDao.class);
        service.setBaseDao(mockBaseDao);
    }
View Full Code Here

TOP

Related Classes of org.sete.service.common.SystemTypesServiceImpl

Copyright © 2018 www.massapicom. 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.