Package org.fcrepo.camel.httpforwarding
Class RouteTest
- java.lang.Object
-
- org.fcrepo.camel.httpforwarding.RouteTest
-
-
Field Summary
Fields Modifier and Type Field Description protected 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()voidtestEventTypeForwarding()voidtestEventTypeInjection()
-
-
-
Field Detail
-
template
@Produce("direct:start") protected org.apache.camel.ProducerTemplate template
-
-
Constructor Detail
-
RouteTest
public RouteTest()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
testEventTypeForwarding
@DirtiesContext public void testEventTypeForwarding() throws Exception
- Throws:
Exception
-
testEventTypeInjection
@DirtiesContext public void testEventTypeInjection() throws Exception
- Throws:
Exception
-
-