Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: junit-team/junit-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r5.4.1
Choose a base ref
...
head repository: junit-team/junit-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r5.4.2
Choose a head ref
  • 7 commits
  • 13 files changed
  • 2 contributors

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    49ac10c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Add Kotlin-based display name test

    Issue #1836
    sormuras authored and marcphilipp committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    30126c5 View commit details
    Browse the repository at this point in the history
  2. Fix regression when creating human-readable test names

    Prior to this commit Arrays.copyOf() was used without specifying the
    resulting array type in order to create a human-readable names for
    parameterized tests. Now, type `Object[]` is passed as an argument to
    ensure the resulting array may contain any valid instance, here an
    instance of `String`.
    
    Fixes #1836
    sormuras authored and marcphilipp committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    e3d13cf View commit details
    Browse the repository at this point in the history
  3. Synthesize start/finished events for reported failures

    When Spock data-provider preparation fails early, it only calls
    `RunListener.testFailure` but not `testFinished` which caused the
    Vintage engine to never report the failure. Now, when `testFailure` is
    called a `testStarted` event is synthesized unless it was already
    reported. The existing handling of synthetic start events then reports
    it as finished.
    
    Fixes #1845.
    marcphilipp committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    f9c509d View commit details
    Browse the repository at this point in the history
  4. Remove outdated warning from user guide

    Dynamic tests are considered "MAINTAINED" since Jupiter 5.3
    
    Issue #1832
    sormuras authored and marcphilipp committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    cf3edf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0b6c5d View commit details
    Browse the repository at this point in the history
  6. Release 5.4.2

    marcphilipp committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    bbf9a73 View commit details
    Browse the repository at this point in the history
Loading