edu.purdue.cs.percolator 1.2 Latest version
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>edu.purdue.cs</groupId>
<artifactId>percolator</artifactId>
<version>1.2</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
See project page for more details.
- Added support for Vocareum
AutoGrader.onVocareum()
can be used to print grading results to a format that Vocareum can use.- Rubric items inside of Vocareum should be "Test Cases" and "Code Style". Omit "Code Style" if you do not use a
StyleChecker
in yourAutoGrader
construction. - Users should be aware that the grading report will be printed to
stderr
, while the rubric items are printed tostdout
. One way of redirecting the outputs correctly is provided in the Javadoc.
- Updated output of
StringUtilities.assertFuzzyEquals()
- This method will now display the original strings, rather than the strings in lowercase with all whitespace removed.
- The parameters
(s1, s2)
have been renamed to(expected, actual)
to match JUnit.
- Added better failure message to
DebugUtilities.failWithStackTrace()
- This method will now prepend the stack trace with "Unexpected Exception during execution."
- Updated license date
Details
- purduecsbridge
- January 28, 2021
- 3 dependencies
- MIT License
Download activity
- Total downloads 246
- Last 30 days 0
- Last week 0
- Today 0