Package org.fcrepo.camel.service
Class RouteIT
- java.lang.Object
-
- org.fcrepo.camel.service.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()voidtestFcrepoService()
-
-
-
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
-
RouteIT
public RouteIT()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
testFcrepoService
public void testFcrepoService() throws Exception
- Throws:
Exception
-
-