Java-based tool for unit test generating.
- Install JDK 8 (neither less, nor more);
- Install Z3 Theorem Prover ();
- All tests should pass, with the possible exception of the tests in the class jbse.dec.DecisionProcedureTest that require that you fix the path to the Z3 executable. You must modify line 46 and replace /opt/local/bin/z3 with your local path to the Z3 executable;
- Run Gradle -> Build.