Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JUnit 5 #113

Merged
merged 5 commits into from
Mar 1, 2020
Merged

Support JUnit 5 #113

merged 5 commits into from
Mar 1, 2020

Commits on Mar 1, 2020

  1. Move target platform for Oxygen

    Because:
     - older versions of Eclipse IDE do not support JUnit 5,
       making hard to test whether Pitclipse supports JUnit 5 test
    
    Breaking change:
     - drop support for Eclipse Mars, Eclipse Neon
    echebbi committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    1ad19f8 View commit details
    Browse the repository at this point in the history
  2. Support JUnit 5 tests (fix #73)

    Details:
     - wrap the pitest-junit5-plugin Maven plugin as an Eclipse bundle
     - this plugin allows Pitest to detect JUnit 5 tests; it is dynamically added to Pitest's classpath when JUnit 5 is detected in project's classpath
    echebbi committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    5b5de70 View commit details
    Browse the repository at this point in the history
  3. Remove debug logs

    Because:
     - they are shown in the console during PIT execution but provide no value
    echebbi committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    4d4c4a2 View commit details
    Browse the repository at this point in the history
  4. Make tycho-versions-plugin's version explicit

    Because:
     - I just faced issues while changing project's version due to Maven using the tycho-versions-plugin 1.3.0
    echebbi committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    2a5d076 View commit details
    Browse the repository at this point in the history
  5. Bump version to 2.1.0

    echebbi committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    1df64f7 View commit details
    Browse the repository at this point in the history