Update to 1.1
- Includes ability to set the strategy for how to alter
GradedTestResult
s- Needed ability to grade deductively from a max score in the unit test graded tests
- Default strategy is to continue just summing up passed tests
- Added a
DeductiveGraderStrategy
to grade down from a set starting score
JAR | Description |
---|---|
jgrade-1.1-all.jar | Jar including all dependencies |
jgrade-1.1.jar | Jar without dependencies |
jgrade-1.1-javadoc.jar | Javadoc for 1.1 API |
If you are running the JAR as an executable, definitely use the JAR with dependencies. If not, you can consider the JAR without dependencies (especially if specifying your own OutputObserver
, etc.).