Package com.suarte.core.service.impl

Examples of com.suarte.core.service.impl.ContactManagerImpl



    @Before
    public void setUp() {
        dao = context.mock(ContactDao.class);
        manager = new ContactManagerImpl(dao);
    }
View Full Code Here

TOP

Related Classes of com.suarte.core.service.impl.ContactManagerImpl

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.