Skip to content

Releases: hprange/wounit

WOUnit 1.4.1

24 Jun 00:50
Compare
Choose a tag to compare

Bug Fixes

  • Fixed error when the code under test tries to dispose the editing context.

WOUnit 1.4

12 Sep 21:07
Compare
Choose a tag to compare

Bug Fixes

  • Fixed error spying EO using recent Mockito version.

Features

  • Added option to disable partials.

WOUnit 1.3.1

12 Sep 21:00
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an error while fetching raw rows.

WOUnit 1.3

12 Sep 20:58
Compare
Choose a tag to compare

Bug Fixes

  • Fixed binary incompatibility between Wonder 6 and 7.
  • WOUnit didn't propagate delete when validating objects for deletion

Feature

  • Replaces the ERXEC factory by the WOUnitEditingContextFactory automatically.
  • Added utility class to help change the factory for ERXEC.newEditingContext

WOUnit 1.2.4

07 Jul 18:35
Compare
Choose a tag to compare

Bugfixes

  • Add support for entities that have a primary key of type Long (issue #48)
  • Fix binary incompatibility between Wonder 6 and 7 (issue #52)
  • Invoke validationForInsert or validationForUpdate according to the state of the object when using the canBeSaved matcher (issue #47)

WOUnit 1.2.4 is compatible with Wonder 6 and 7.

WOUnit 1.3-beta-3

07 Jul 18:37
Compare
Choose a tag to compare
WOUnit 1.3-beta-3 Pre-release
Pre-release

WOUnit 1.3-beta-3 is compatible with Wonder 6 and 7.

WOUnit 1.2.3

22 Feb 14:34
Compare
Choose a tag to compare

Bug Fixes

  • Initialize NSArray key operators by default (issue #33)
  • Solve a ClassCastException when testing partial entities (issue #32)

WOUnit 1.2.2

22 Feb 14:38
Compare
Choose a tag to compare

Bug Fixes

  • Fix an exception in the cleanup code that hides the original exception in failing test cases (issue #30)

WOUnit 1.2.1

22 Feb 14:41
Compare
Choose a tag to compare

Bug Fixes

  • Fix a problem while loading models that make use of extended prototypes (issue #27)

WOUnit 1.2

22 Feb 14:49
Compare
Choose a tag to compare

Bug Fixes

  • Fix an exception when cascade deleting not saved objects (issue #23)
  • Fix NullPointerException from TemporaryEditingContext.fixJavaMemoryDictionary (issue #16)

Features

  • Add support for spied objects with Mockito (issue #22)
  • New option to create collection of dummy objects or objects under test (issue #21)