Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

74 lines (47 loc) · 2.07 KB

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

0.4.0 - 2018-03-30

Added

  • Added an option :listeners/--listeners for passing Java class names to install as RunListeners. These classes must implement the jUnit RunListener interface

Changed

  • Updated version of cljunit to 0.3.0
  • Improved test failure stacktrace display and filtering

0.3.0 - 2017-01-22

Added

  • Better handling and messages for when the user may have forgotten to run javac

Changed

  • Updated version of cljunit to 0.2.0
  • Change :paths/--paths option to :packages/--packages with corresponding change to how they're specified (change '/' to '.')
  • Renamed :classes/--classes option to :class-names/--class-names to emphasize that you need to pass the string class name

0.2.1 - 2015-07-11

Added

  • Added an option :classes/--classes to specify specific classes to run tests from.

0.2.0 - 2015-07-04

Changed

  • Simplified assertion stacktraces to only the important information
  • More improvements to the output
  • Now runs the jUnit tests inside of a pod
  • Pulled out core jUnit runner functionality into a separate library

0.1.1 - 2016-10-21

Changed

  • Improved test formatting (heavily based on Rspec's simple format)

0.1.0 - 2016-06-08

Added

  • A new junit task for finding and running jUnit tasks