Releases: covemountainsoftware/cpputest-for-qpc
Releases · covemountainsoftware/cpputest-for-qpc
v1.3.0
Cool improvement: Known QP asserts encountered during testing now print out extended meta information with further details, tips, and followup URLs related to the assert.
Other improvements:
- factory method for creating dummy active objects
- various predefined AO priorities provided for dummy/recorder use
- BREAKING CHANGE: move the dummy active object into the cms::test namespace, where it was intended to be
- BREAKING CHANGE: rename a header to follow the cms pattern of other headers
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Add an event recorder option to the dummy active object, giving the test dummy active object an event recording interface much like the published event recorder.
v1.1.0
Additional helper methods:
- PostAndProcess: helper method to POST to an active object and immediately process events during a unit test.
- ChangeMemPoolTeardownOption: helper method to enable changing the memory pool leak detection during a test. Useful primarily when dealing with ASSERTS while processing a dynamic event.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Trivial version increment, for some cmake fixes.
v1.0.0
First release of this repo as new library only focused repository.