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: Codearte/catch-exception
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: evilmilo/catch-exception
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 21, 2014

  1. Make work with newer Mockito versions

    Tested up to version 1.10.[6-12], all seems to work, though had to disable
    one of the tests as this will fail with versions > 1.10.8 as the test uses
    Powermock, and powermock only supports Mockito up to this version.
    
    Not very pretty, but wanted to do proof of concept without bringing in any
    new dependencies that would make the reflective access much nicer.
    mcdonan committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    61b04cd View commit details
    Browse the repository at this point in the history
  2. Ensure works with older Maven versions still

    Accidentally made hard reference to MockCreationSettings, which did not
    exist in earlier maven versions.
    
    Now only load the class where we believe we need it.
    mcdonan committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    c52e1a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. Restore maven version range

    mcdonan committed Nov 28, 2014
    Configuration menu
    Copy the full SHA
    a3993d0 View commit details
    Browse the repository at this point in the history
Loading