public interface ITTestCaseManager
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllTestCases() |
javax.mail.internet.MimeMessage |
getMessage(InputStream messageStream) |
int |
installTestCase(InputStream is,
int profileId) |
List<ProcessingResultBean> |
runMessage(InputStream messageAsStr,
int profileId)
Handle the given message with the related profile, no TestCase needs to be created
|
List<ProcessingResultBean> |
runTestCase(int testCaseId,
int profileId) |
List<ProcessingResultBean> runMessage(InputStream messageAsStr, int profileId) throws RemoteException
messageAsStr - to processprofileId - Profile ID to useRemoteException - if it breaksint installTestCase(InputStream is, int profileId) throws RemoteException
RemoteExceptionList<ProcessingResultBean> runTestCase(int testCaseId, int profileId) throws RemoteException
RemoteExceptionjavax.mail.internet.MimeMessage getMessage(InputStream messageStream) throws javax.mail.MessagingException
javax.mail.MessagingExceptionvoid deleteAllTestCases()
throws IOException
IOExceptionCopyright © 2008–2018 The Plugin People. All rights reserved.