Skip to content

Append InOrder verification for mock objects

Compare
Choose a tag to compare
@MetalheadSanya MetalheadSanya released this 17 Oct 09:07
· 51 commits to main since this release
56a36e8

This release adds InOrder verification for properties.

This release adds InOrder verification for mock objects:

  • Allow to check the method call order of single mock object.
  • Allow to check the method call order of multiply mock objects.
  • Add explanation of Verify/InOrder 'greedy' algorithm.

Additionally Verify code generation did changed. Now it allow use different storages.

What's Changed

Full Changelog: 0.3.0...0.4.0