Fuseki uses: https://github.com/apache/jena/blob/master/jena-fuseki2/jena-fuseki-core/src/test/java/org/apache/jena/fuseki/ServerCtl.java
Personally, if I was not working directly in the Jena code base and I only needed one server (as opposed to multiple servers, per test or per test class or the like) I would probably turn to Cargo: https://codehaus-cargo.github.io/cargo/Home.html which has a Maven plugin. --- A. Soroka The University of Virginia Library > On Jan 7, 2017, at 6:35 PM, Claude Warren <[email protected]> wrote: > > I know that there is at least one test that starts and shuts down a server > during testing. (Fuseki? Elephas?) Can someone point me to the code that > is used to do that? I need to do something similar for Cassandra testing. > > Claude > > -- > I like: Like Like - The likeliest place on the web > <http://like-like.xenei.com> > LinkedIn: http://www.linkedin.com/in/claudewarren
