Skip to content

v0.3-alpha

Pre-release
Pre-release

Choose a tag to compare

@msabbott msabbott released this 21 May 08:03
· 32 commits to master since this release

Third alpha release of OEMock.

This version is functional, and provides more functionality that v0.2-alpha, but has not been tested on more that the most basic coding patterns, and is known to be deficient in some areas. (for example, when identifying class methods on stubbed/mocked objects, overloaded methods are not supported.)

This release has focussed more on the stability of the product, rather than adding new features.

Known Issues/Limitations

  • When identifying class methods in a Stub or Mock object, overloaded methods are not supported.

Changes Since Last Release

  • Support for class events
  • Issues with failing unit tests resolved
  • Code generated now uses CHR(13) as a line ending, not CHR(10) + CHR(13)
    • This should aid with debugging generated code, but should have no impact during use.
  • Introduction of CHANGELOG.md, and sections moved from readme.md.