Skip to content

v3.5.0

Compare
Choose a tag to compare
@barkhorn barkhorn released this 22 Jan 12:05
· 357 commits to master since this release
  • Support for Scala.JS
  • allow logging of all mock calls
  • allow mocking of classes that have final methods (but not the final method itself)
  • allow mocking of classes with non-default constructors
  • some fixes around AsyncMockFactory