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 an option
:listeners/--listeners
for passing Java class names to install asRunListeners
. These classes must implement the jUnitRunListener
interface
- Updated version of cljunit to 0.3.0
- Improved test failure stacktrace display and filtering
0.3.0 - 2017-01-22
- Better handling and messages for when the user may have forgotten to
run
javac
- 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 an option
:classes/--classes
to specify specific classes to run tests from.
0.2.0 - 2015-07-04
- 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
- Improved test formatting (heavily based on Rspec's simple format)
0.1.0 - 2016-06-08
- A new
junit
task for finding and running jUnit tasks