Append InOrder verification for mock objects
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
- Add codegeneration to macro for verifying property getting and setting by @MetalheadSanya in #2
- Refactor Verify structure generation for support different containers by @MetalheadSanya in #3
- Romove docs folder because docs building by GitHub actions now by @MetalheadSanya in #4
- Add inOrder method by @MetalheadSanya in #5
- Add InOrder documentation and made InOrder greedy by @MetalheadSanya in #6
Full Changelog: 0.3.0...0.4.0