Skip to content

2.16.0

Compare
Choose a tag to compare
@drewhannay drewhannay released this 26 Mar 18:08
· 105 commits to main since this release
  • New dexmaker-mockito-inline artifact which implements the Mockito inline API and allows mocking final classes & methods on Android P+
    • NOTE: Using this artifact requires compiling and running with at least Android P Developer Preview 1
  • ByteBuddy is now excluded from the transitive dependency on Mockito, which should bring significant method count savings for dexmaker-mockito users - #82
  • Update underlying Mockito version to 2.16.0 - #85
  • Allow opt-in mocking of package private classes - #72
  • Better stack trace cleaning for dexmaker-mockito - #73