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

Release 0.10.0 #102

Merged
merged 7 commits into from
Oct 26, 2016
Merged

Release 0.10.0 #102

merged 7 commits into from
Oct 26, 2016

Commits on Oct 26, 2016

  1. Fixed infinite loop caused by 'copy constructors' invoked by createIn…

    …stance. The fix is to skip all constructors that take in parameters with same type as the object we are trying to build.
    desilvai authored and nhaarman committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    395e578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6c5b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    086d482 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #100 from nhaarman/nullable-argumentcaptor

    Add `nullableArgumentCaptor` to be able to work with lists of nullables
    nhaarman authored Oct 26, 2016
    Configuration menu
    Copy the full SHA
    e43ccea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42cee20 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #101 from nhaarman/skip-optional-parameters

    Don't count optional parameters when trying to find an easy constructor
    nhaarman authored Oct 26, 2016
    Configuration menu
    Copy the full SHA
    287065a View commit details
    Browse the repository at this point in the history
  7. Update Mockito to 2.2.9

    nhaarman committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    6af0904 View commit details
    Browse the repository at this point in the history