mock matchers!
3.2.0 (2019-09-22)
Chores
- adds documentation for matchers (ef791711)
New Features
- adds matchers for mocks, you can now use built in anyXXXMatchers, or roll your own as function pointers, or inline functions (f87609e5)
See https://github.com/georgejecook/rooibos/blob/master/docs/index.md#using-matchers-to-assert-mock-invocation-args for more info. - migrate to using brighterscript, via maestro project's compiler (391b902c)
Bug Fixes
- fixes versoin number mismatch errors - the framework now correctly ascertains if it has a version greater than the minimum required version, instead of requiring a direct match (c6baa2dc)