public abstract class AbstractDataMapperFunctionalTest extends Object
| Constructor and Description |
|---|
AbstractDataMapperFunctionalTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
protected com.mulesoft.mule.module.datamapper.api.GraphExecutorFactory |
createGraphExecutorFactory() |
protected Object |
runMapping(String mappingPath,
Object payload) |
protected <U> Object |
runMapping(String mappingPath,
U value,
Map<String,Object> inputArguments) |
<U,T> void |
runMappingWithInputAndExpect(String mappingPath,
U value,
Map<String,Object> inputArguments,
T expect) |
protected com.mulesoft.mule.module.datamapper.api.GraphExecutorFactory createGraphExecutorFactory()
public void after()
public <U,T> void runMappingWithInputAndExpect(String mappingPath, U value, Map<String,Object> inputArguments, T expect) throws com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationException, com.mulesoft.mule.module.datamapper.api.exception.DataMapperExecutionException
com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationExceptioncom.mulesoft.mule.module.datamapper.api.exception.DataMapperExecutionExceptionprotected <U> Object runMapping(String mappingPath, U value, Map<String,Object> inputArguments) throws com.mulesoft.mule.module.datamapper.api.exception.DataMapperExecutionException, com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationException
com.mulesoft.mule.module.datamapper.api.exception.DataMapperExecutionExceptioncom.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationExceptionprotected Object runMapping(String mappingPath, Object payload) throws com.mulesoft.mule.module.datamapper.api.exception.DataMapperExecutionException, com.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationException
com.mulesoft.mule.module.datamapper.api.exception.DataMapperExecutionExceptioncom.mulesoft.mule.module.datamapper.api.exception.DataMapperCreationExceptionCopyright © 2022. All rights reserved.