Skip to content

JGrade 1.1

Latest
Compare
Choose a tag to compare
@tkutcher tkutcher released this 31 Jan 14:42
· 20 commits to master since this release

Update to 1.1

  • Includes ability to set the strategy for how to alter GradedTestResults
    • 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.).