Package org.fcrepo.camel.httpforwarding
Class RouteValidationTest
- java.lang.Object
-
- org.fcrepo.camel.httpforwarding.RouteValidationTest
-
@ContextConfiguration(classes=org.fcrepo.camel.httpforwarding.RouteTest.ContextConfig.class, loader=org.springframework.test.context.support.AnnotationConfigContextLoader.class) public class RouteValidationTest extends ObjectTest the route validation logic.- Since:
- 2015-04-10
- Author:
- Aaron Coburn, Demian Katz
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.camel.ProducerTemplatetemplate
-
Constructor Summary
Constructors Constructor Description RouteValidationTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()voidtestEmptyBaseUrlBehavior()
-
-
-
Field Detail
-
template
@Produce("direct:start") protected org.apache.camel.ProducerTemplate template
-
-
Constructor Detail
-
RouteValidationTest
public RouteValidationTest()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
testEmptyBaseUrlBehavior
@DirtiesContext public void testEmptyBaseUrlBehavior() throws Exception
- Throws:
Exception
-
-