List<ProcessingResultBean> |
ITTestCaseManager.runMessage(ITTestCaseManager.MessageSourceType messageSourceType,
InputStream messageAsStr,
int profileId) |
Handle the given message with the related profile, no TestCase needs to be created
|
List<ProcessingResultBean> |
ITTestCaseManager.runMessage(ITTestCaseManager.MessageSourceType messageSourceType,
InputStream messageStream,
int profileId,
Properties props) |
Handle the given message with the related profile, no TestCase needs to be created
|
List<ProcessingResultBean> |
ITTestCaseManager.runNullMessage(int profileId) |
|
List<ProcessingResultBean> |
ITTestCaseManager.runTestCase(int testCaseId,
int profileId) |
Run a specific test case against a specific Profile ID
|
List<ProcessingResultBean> |
ITTestCaseManager.runTestCase(int testCaseId,
int profileId,
Properties props) |
Run a specific test case against a specific Profile ID
|
List<ProcessingResultBean> |
ITTestCaseManager.runTestCase(ITTestCaseManager.MessageSourceType messageSourceType,
int testCaseId,
int profileId) |
Run a specific test case against a specific Profile ID while providing the MessageSourceType
|
List<ProcessingResultBean> |
ITTestCaseManager.runTestCase(ITTestCaseManager.MessageSourceType messageSourceType,
int testCaseId,
int profileId,
Properties props) |
Run a specific test case against a specific Profile ID while providing the MessageSourceType
|