Skip to content

Releases: eproxus/meck

Version Fix

29 Aug 15:42
Compare
Choose a tag to compare
  • Fix for version in meck.app

Matchers, capture, wait for calls and API improvements

17 Aug 11:48
Compare
Choose a tag to compare

This release contains tons of new features by @horkhe:

  • Honest Mocks

    Note: This breaks backwards compatibility if you relied on mocking module names that do not exist on the path! More information in the release notes.

  • New Syntax

    • Arguments Specification
    • Return Specification
  • History Reset

  • Stub All

  • Support for Matchers

    • Hamcrest Matchers
  • Argument Capture

  • Wait for Call

  • Implicit New

For details, see 0.8 release notes.