-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 13 files changed
- 2 contributors
Commits on Mar 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 49ac10c - Browse repository at this point
Copy the full SHA 49ac10cView commit details
Commits on Apr 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30126c5 - Browse repository at this point
Copy the full SHA 30126c5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e3d13cf - Browse repository at this point
Copy the full SHA e3d13cfView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f9c509d - Browse repository at this point
Copy the full SHA f9c509dView commit details -
Remove outdated warning from user guide
Dynamic tests are considered "MAINTAINED" since Jupiter 5.3 Issue #1832
Configuration menu - View commit details
-
Copy full SHA for cf3edf2 - Browse repository at this point
Copy the full SHA cf3edf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b6c5d - Browse repository at this point
Copy the full SHA c0b6c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf9a73 - Browse repository at this point
Copy the full SHA bbf9a73View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff r5.4.1...r5.4.2