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: mockito/mockito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.11
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.12
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 28, 2019

  1. Fixed JUnit Jupiter parallel issue

    Fixes #1630
    
    This fix improves Mockito JUnit Jupiter extension. However, it does not completely resolve all kinds of parallel issues when nested test classes are used. I'll open separate ticket for it.
    mockitoguy committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    acce719 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    5ed8a07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1789 from mockito/sf

    Fixed JUnit Jupiter parallel issue
    mockitoguy authored Sep 30, 2019
    Configuration menu
    Copy the full SHA
    30c50fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dfd529 View commit details
    Browse the repository at this point in the history
Loading