- 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
-