Package org.dspace.services

Examples of org.dspace.services.EmailService


    public void testGetSession()
            throws MessagingException
    {
        System.out.println("getSession");
        Session session;
        EmailService instance = getService(EmailServiceImpl.class);

        // Try to get a Session
        session = instance.getSession();
        assertNotNull(" getSession returned null", session);
    }
View Full Code Here

TOP

Related Classes of org.dspace.services.EmailService

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.