Sphinx generates shell tests out of partially roughed out Java classes.
A quick and dirty way to install Sphinx:
- Run
mvn package - Run
mvn dependency:copy-dependencies - Copy
target/dependencyto a permanentlibfolder, sayc:/Users/john_doe/lib - Also copy
target/lospi-core-X.X-SNAPSHOT.jarinto this lib directory.
You can run the tool by executing
java -cp "c:/Users/john_doe/lib/*" net.lospi.Sphinx
Of course, you can alias this to make life easier:
alias sphx "java -cp \"c:/Users/john_doe/lib/*\" net.lospi.Sphinx"