Class RouteUpdateIT
java.lang.Object
org.fcrepo.camel.httpforwarding.integration.RouteUpdateIT
@ContextConfiguration(classes=org.fcrepo.camel.httpforwarding.integration.RouteUpdateIT.ContextConfig.class,
loader=org.springframework.test.context.support.AnnotationConfigContextLoader.class)
public class RouteUpdateIT
extends Object
Test the route workflow.
- Since:
- 2015-04-10
- Author:
- Aaron Coburn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.camel.component.mock.MockEndpointprotected org.apache.camel.ProducerTemplate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidvoidvoid
-
Field Details
-
resultEndpoint
@EndpointInject("mock:result") protected org.apache.camel.component.mock.MockEndpoint resultEndpoint -
template
-
-
Constructor Details
-
RouteUpdateIT
public RouteUpdateIT()
-
-
Method Details