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 ObjectTest the route workflow.- Since:
- 2015-04-10
- Author:
- Aaron Coburn
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.camel.component.mock.MockEndpointresultEndpointprotected org.apache.camel.ProducerTemplatetemplate
-
Constructor Summary
Constructors Constructor Description RouteUpdateIT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()voidsetUpMockServer()voidtearDownMockServer()voidtestAddedEventRouter()
-
-
-
Field Detail
-
resultEndpoint
@EndpointInject("mock:result") protected org.apache.camel.component.mock.MockEndpoint resultEndpoint
-
template
@Produce("direct:start") protected org.apache.camel.ProducerTemplate template
-
-
Constructor Detail
-
RouteUpdateIT
public RouteUpdateIT()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
tearDownMockServer
public void tearDownMockServer()
-
setUpMockServer
public void setUpMockServer() throws Exception
- Throws:
Exception
-
testAddedEventRouter
@DirtiesContext public void testAddedEventRouter() throws Exception
- Throws:
Exception
-
-