Skip to content

0.8.0

Compare
Choose a tag to compare
@nhaarman nhaarman released this 13 Oct 14:06
· 318 commits to main since this release
  • Updates Mockito to 2.2.1
  • Fixes issues:
    • #37 - ClassCastException when using mock-maker-inline
    • #75 - Attempting to verify mocked calls with a class that has a string array parameter in its constructor throws UnsupportedOperationException
  • Add doThrow infix methods to OngoingStubbing (#90)
  • Deprecates capture { } in favor of argThat { }, argForWhich { } or check { } (#91)