org.kuali.rice.kcb.test.service
Interface MockEmailService

All Superinterfaces:
EmailService
All Known Implementing Classes:
MockEmailServiceImpl

public interface MockEmailService
extends EmailService

Interface for MockEmailServiceImpl to allow unit test code to grab the mailboxes through Spring proxying

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 Map<String,List<Map<String,String>>> getMailBoxes()
           
 
Methods inherited from interface org.kuali.rice.kcb.service.EmailService
sendEmail
 

Method Detail

getMailBoxes

Map<String,List<Map<String,String>>> getMailBoxes()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.