Class RouteDeleteIT
java.lang.Object
org.fcrepo.camel.httpforwarding.integration.RouteDeleteIT
@ContextConfiguration(classes=org.fcrepo.camel.httpforwarding.integration.RouteUpdateIT.ContextConfig.class,
loader=org.springframework.test.context.support.AnnotationConfigContextLoader.class)
public class RouteDeleteIT
extends Object
Test the route workflow.
- Author:
- Aaron Coburn, Demian Katz
-
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
-
RouteDeleteIT
public RouteDeleteIT()
-
-
Method Details