Class RouteAuthTestIT
- java.lang.Object
-
- org.fcrepo.camel.audit.triplestore.integration.RouteAuthTestIT
-
@ContextConfiguration(loader=org.springframework.test.context.support.AnnotationConfigContextLoader.class) public class RouteAuthTestIT extends Object
Test routing against a triple store with basic authentication- Since:
- 2015-04-10
- Author:
- Andy Pfister
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.camel.ProducerTemplatetemplate
-
Constructor Summary
Constructors Constructor Description RouteAuthTestIT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidbeforeClass()voidsetUpFuseki()voidtearDownFuseki()voidtestBasicAuthFusekiShouldReceiveMessages()
-
-
-
Field Detail
-
template
@Produce("direct:start") protected org.apache.camel.ProducerTemplate template
-
-
Constructor Detail
-
RouteAuthTestIT
public RouteAuthTestIT()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
tearDownFuseki
public void tearDownFuseki() throws Exception
- Throws:
Exception
-
setUpFuseki
public void setUpFuseki() throws Exception
- Throws:
Exception
-
testBasicAuthFusekiShouldReceiveMessages
@DirtiesContext public void testBasicAuthFusekiShouldReceiveMessages() throws Exception
- Throws:
Exception
-
-