Class RouteIT
- java.lang.Object
-
- org.fcrepo.camel.reindexing.integration.RouteIT
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.camel.component.mock.MockEndpointresultEndpointprotected org.apache.camel.ProducerTemplatetemplate
-
Constructor Summary
Constructors Constructor Description RouteIT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()voidsetup()voidtestReindexingRouter()
-
-
-
Field Detail
-
resultEndpoint
@EndpointInject("mock:result") protected org.apache.camel.component.mock.MockEndpoint resultEndpoint
-
template
@Produce("direct:reindex") protected org.apache.camel.ProducerTemplate template
-
-
Constructor Detail
-
RouteIT
public RouteIT()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
setup
public void setup()
-
testReindexingRouter
@DirtiesContext public void testReindexingRouter() throws Exception
- Throws:
Exception
-
-