- (#30) Fix exception when running gradle tasks.
- Remove unnecessary bundled spek jars. Only
junit-platform-launcher
will be included, but it will only be used if it's not already included in the targets classpath. - Remove bundled kotlin jars (already provided at runtime).
- (#26) Ensure run configuration settings are persisted.
- (#29) Report about exceptions occurred inside fixture or action body.
- Ensure compatibility with Spek
1.1.0-beta3
. - Upgrade to Kotlin 1.0.6.
- Upgrade bundled Spek to
1.1.0-beta3
.
- Decouple persisted metadata from JUnit Platform.
- Improve checking for spec classes (sub-classes are now correctly identified, abstract classes excluded).
- Upgrade bundled Spek to
1.1.0-beta2
. - Upgrade bundled JUnit Platform to
1.0.0-M3
- Properly escape Service Message strings.
- Code restructuring.
- Add support for running tests in package/directory.
- Add support for running class file in project browser.
- Add validity checks for run configurations.
- Fix compatibility issue with Intellij IDEA 2016.3
- More NPE fixes.
- Decouple runner from JUnit.
- Add this changelog.
- Remove gutter icons when using the JUnit 4 runner.
- Code cleanup and restructuring.
- Bundled required dependencies.
- Add support for Intellij 143 (Android Studio)
- Fix
ClassCastException
when usingon
.
- Fix output when error message contains a newline.
- Make plugin available for IntelliJ IDEA 2016.1
- Initial release.