Skip to content

v0.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@msabbott msabbott released this 21 Apr 12:46
· 47 commits to master since this release

Second alpha release of OEMock.

This version is functional, and provides more functionality that v0.1-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..)

Known Issues/Limitations

  • When identifying class methods in a Stub or Mock object, overloaded methods are not supported.
  • Inspection of DataSet properties is not complete.

Changes Since Last Release

  • Support for DataSets.
    • DataSets are identified in procedures and classes
    • DataSet parameters are now identified
  • Support for Temp-Tables
    • Although it is not currently possible to support automatic detection of Temp-Tables, they can be manually added to a test double through method calls.
  • Support for procedure file parameter
    • Although it is not currently possible to support automatic detection of parameters declared in the main block of a procedure, they can be manually added to a test double through method calls.
  • Table Parameters are correctly identified in class methods, functions and procedures
  • Ability to define expected parameter values for use in Expectations
  • Documentation has been moved into OEMock Wiki