Package org.fcrepo.camel.reindexing
Class RouteTest
- java.lang.Object
-
- org.fcrepo.camel.reindexing.RouteTest
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.camel.component.mock.MockEndpointresultEndpointprotected org.apache.camel.ProducerTemplatetemplate
-
Constructor Summary
Constructors Constructor Description RouteTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()voidtestRecipientList()voidtestReindexNoEndpointsRoute()voidtestReindexWithEndpointsRoute()voidtestTraversal()voidtestUsageRoute()
-
-
-
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
-
RouteTest
public RouteTest()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
testUsageRoute
@DirtiesContext public void testUsageRoute() throws Exception
- Throws:
Exception
-
testReindexNoEndpointsRoute
@DirtiesContext public void testReindexNoEndpointsRoute() throws Exception
- Throws:
Exception
-
testReindexWithEndpointsRoute
@DirtiesContext public void testReindexWithEndpointsRoute() throws Exception
- Throws:
Exception
-
testTraversal
@DirtiesContext public void testTraversal() throws Exception
- Throws:
Exception
-
testRecipientList
@DirtiesContext public void testRecipientList() throws Exception
- Throws:
Exception
-
-