Skip to content

Releases: hprange/wounit

WOUnit 1.1.1

22 Feb 14:59
Compare
Choose a tag to compare

Bug Fixes

  • Fix a problem loading EOModels when the project is bundle-less (issue #13)
  • Fix a problem that causes an ArrayIndexOutOfBoundsException when fetching with a limit (issue #12)
  • Fix an initialization problem on inherited fields annotated with @UnderTest or @Dummy (issues #11)

Improvements

  • Add mechanism to define the current version of WOUnit (issue #14)

WOUnit 1.1

22 Feb 16:26
Compare
Choose a tag to compare

Features

  • Add @UnderTest annotation to create the EO being tested easily (issue #10)
  • Add @Dummy annotation to create saved objects easily (issue #7)

WOUnit 1.0

22 Feb 16:29
Compare
Choose a tag to compare

First stable version of the WOUnit framework. Adds support for unit testing with MockEditingContext and integration testing with TemporaryEditingContext.

Features

  • Add support for MockEditingContext approach (issues #2)