A C D G I K L O R S U V 

A

addConfigSpringFile(String) - Static method in class org.mule.modules.tests.ConnectorTestCase
Add a file to be loaded on the spring context.
assertFirstLevelInputMetaDataSuccess(String, DataType) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts first level input MetaData was successfully retrieved for the processor under test and matches an expectedDataType
assertFirstLevelOutputMetaDataSuccess(String, DataType) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts first level output MetaData was successfully retrieved for the processor under test and matches an expectedDataType
assertGetMetaDataKeysSuccess(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts successful getMetaDataKeys result
assertIsMetaDataEnabled(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts processor contained in an automation-test-flows.xml flow is MetaDataEnabled
assertListFirstLevelOutputMetaDataSuccess(String, String) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts first level List output MetaData was successfully retrieved for the processor under test and it's elements are of specific class
assertMetaDataKeysContainsKeys(String, List<HashMap<String, String>>) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts selected MetaDataKeys are found among connector MetaDataKeys and their contents are correct
assertNotMetaDataEnabled(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts processor contained in an automation-test-flows.xml flow is not MetaDataEnabled
assertNullInputMetaDataSuccess(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts no input MetaData for the processor under test
assertNullOutputMetaDataSuccess(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts no output MetaData for the processor under test
assertNullPayload(Object) - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
assertPOJOOutputMetaDataSuccess(String, String) - Method in class org.mule.modules.tests.ConnectorTestCase
Asserts first level POJO output MetaData was successfully retrieved for the processor under test and is of specific class
automationCredentials - Static variable in class org.mule.modules.tests.ConnectorTestCase
 

C

clearTestData() - Method in class org.mule.modules.tests.ConnectorTestCase
 
ConnectorTestCase - Class in org.mule.modules.tests
Connector Tests Framework Parent Class
ConnectorTestCase() - Constructor for class org.mule.modules.tests.ConnectorTestCase
 
ConnectorTestUtils - Class in org.mule.modules.tests
Util class for connector tests
ConnectorTestUtils() - Constructor for class org.mule.modules.tests.ConnectorTestUtils
 

D

DEFAULT_SPRING_CONFIG_FILE - Static variable in class org.mule.modules.tests.ConnectorTestCase
 

G

generateRandomEmailAddress() - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
generateRandomInputStream() - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
generateRandomInteger(int, int) - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
generateRandomShortString() - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
generateXMLGregorianCalendarDateForDaysBeforeCurrent(int) - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
generateXMLGregorianCalendarDateForHoursBeforeCurrent(int) - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
generateXMLGregorianCalendarDateForMinutesBeforeCurrent(int) - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
generateXMLGregorianCalendarDateForYesterday() - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
getBeanFromContext(String) - Method in class org.mule.modules.tests.ConnectorTestCase
 
getConfigResources() - Method in class org.mule.modules.tests.ConnectorTestCase
 
getConfigSpringFiles() - Static method in class org.mule.modules.tests.ConnectorTestCase
 
getConfigXmlFile() - Method in class org.mule.modules.tests.ConnectorTestCase
 
getGlobalElementTestable(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Returns a Testable to exercise the test connection code on a test
getInputMetaData(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Returns the MetaData Result of the input MetaData retrieved of the processor under test
getInputMetaDataPayload(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Returns the MetaDataModel of the input MetaData retrieved of the processor under test
getMetaDataKeyList(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Retrieves a List containing all of the connector's MetaDataKeys
getOutputMetaData(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Returns the MetaData Result of the output MetaData retrieved of the processor under test
getOutputMetaDataPayload(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Returns the MetaDataModel of the output MetaData retrieved of the processor under test
getStackTrace(Exception) - Static method in class org.mule.modules.tests.ConnectorTestUtils
 
getTestRunMessageKeySet() - Method in class org.mule.modules.tests.ConnectorTestCase
 
getTestRunMessagePayload() - Method in class org.mule.modules.tests.ConnectorTestCase
 
getTestRunMessageValue(String) - Method in class org.mule.modules.tests.ConnectorTestCase
 
GlobalElementNotFoundException - Exception in org.mule.modules.tests.exceptions
 
GlobalElementNotFoundException(String) - Constructor for exception org.mule.modules.tests.exceptions.GlobalElementNotFoundException
 

I

initializeTestRunMessage() - Method in class org.mule.modules.tests.ConnectorTestCase
 
initializeTestRunMessage(String) - Method in class org.mule.modules.tests.ConnectorTestCase
If beanId belongs to a POJO it is set as payloadContent.
initializeTestRunMessage(String, Object) - Method in class org.mule.modules.tests.ConnectorTestCase
Use payloadContent as key if you want a Map to be stored in the payload
initializeTestRunMessage(Object) - Method in class org.mule.modules.tests.ConnectorTestCase
 

K

keyContainedInTestRunMessage(Object) - Method in class org.mule.modules.tests.ConnectorTestCase
 

L

loadTestFlows(String) - Static method in class org.mule.modules.tests.ConnectorTestCase
 
loadTestRunMessage(String) - Method in class org.mule.modules.tests.ConnectorTestCase
Deprecated.
loadTestRunMessage(Map<String, Object>) - Method in class org.mule.modules.tests.ConnectorTestCase
Deprecated.
lookupFlowConstruct(String) - Method in class org.mule.modules.tests.ConnectorTestCase
 

O

org.mule.modules.tests - package org.mule.modules.tests
 
org.mule.modules.tests.exceptions - package org.mule.modules.tests.exceptions
 

R

removeFromTestRunMessage(String) - Method in class org.mule.modules.tests.ConnectorTestCase
 
runFlowAndGetInvocationProperty(String, String) - Method in class org.mule.modules.tests.ConnectorTestCase
 
runFlowAndGetMessage(String) - Method in class org.mule.modules.tests.ConnectorTestCase
TestRunMessage is already loaded with values for the operation
runFlowAndGetMessage(String, String) - Method in class org.mule.modules.tests.ConnectorTestCase
Returns the MuleMessage containing the payload of the operation.
runFlowAndGetPayload(String) - Method in class org.mule.modules.tests.ConnectorTestCase
TestRunMessage is already loaded with values for the operation
runFlowAndGetPayload(String, String) - Method in class org.mule.modules.tests.ConnectorTestCase
Returns the Payload of the flowName operation.
runFlowAndWaitForResponseVM(String, String, long) - Method in class org.mule.modules.tests.ConnectorTestCase
Runs the flow named messageFlow and waits until a response is received on the VM queue named vmQueueName or a timeout is reached.
runFlowIgnoringPayload(String) - Method in class org.mule.modules.tests.ConnectorTestCase
 

S

setConfigSpringFiles(List<String>) - Static method in class org.mule.modules.tests.ConnectorTestCase
Replace the list of spring beans to be loaded into the context.
setUpBeforeClass() - Static method in class org.mule.modules.tests.ConnectorTestCase
 
SPRING_CONFIG_FILES - Static variable in class org.mule.modules.tests.ConnectorTestCase
 

U

upsertBeanFromContextOnTestRunMessage(String) - Method in class org.mule.modules.tests.ConnectorTestCase
 
upsertBeanFromContextOnTestRunMessage(String, String) - Method in class org.mule.modules.tests.ConnectorTestCase
 
upsertOnTestRunMessage(String, Object) - Method in class org.mule.modules.tests.ConnectorTestCase
 
upsertOnTestRunMessage(Map<String, Object>) - Method in class org.mule.modules.tests.ConnectorTestCase
 
upsertPayloadContentOnTestRunMessage(Object) - Method in class org.mule.modules.tests.ConnectorTestCase
 

V

verifyTestRunMessageIsInitialized() - Method in class org.mule.modules.tests.ConnectorTestCase
 
A C D G I K L O R S U V 

Copyright © 2015. All rights reserved.