Skip to content

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

Percolator

See project page for more details.

Release Notes (1.2)

  • 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 your AutoGrader construction.
    • Users should be aware that the grading report will be printed to stderr, while the rubric items are printed to stdout. 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 toDebugUtilities.failWithStackTrace()
    • This method will now prepend the stack trace with "Unexpected Exception during execution."
  • Updated license date

Details


Download activity

  • Total downloads 246
  • Last 30 days 0
  • Last week 0
  • Today 0


Recent versions

  • 1.2Jan 28, 2021
  • 1.1Nov 29, 2020
  • 1.0Nov 22, 2020