Skip to content

Releases: covemountainsoftware/cpputest-for-qpc

v1.3.0

02 Oct 14:44
Compare
Choose a tag to compare

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

03 Aug 16:16
Compare
Choose a tag to compare

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

22 Jun 15:40
Compare
Choose a tag to compare

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

30 May 01:37
52f84d3
Compare
Choose a tag to compare

Trivial version increment, for some cmake fixes.

v1.0.0

30 May 00:58
Compare
Choose a tag to compare

First release of this repo as new library only focused repository.