docopt http://docopt.org/ language definition can be found on the official webpage.
- For a scala example, see
src/test/scala/org/docopt/Testee.scala
andsrc/test/scripts/testee
- For a java example, see
src/test/java/org/docopt/NavalFate.java
andsrc/test/scripts/naval_fate
Once the project stabilize, i'll export it to a maven repository. Right now,
just clone the sources and run mvn install
.
The current coverage is 150/164 language agnostic tests.