The WOCommunity team is pleased to announce the release of WOUnit 1.2. This release includes new features, including an integration with the Mockito framework and fixes for bugs reported by the community.
The WOUnit framework contains a set of utilities for testing WebObjects applications using JUnit 4.7 or later capabilities. See the WOUnit website for more information: http://hprange.github.com/wounit/ Maven users should specify the version in your project's configuration: <dependency> <groupId>com.wounit</groupId> <artifactId>wounit</artifactId> <version>1.2</version> </dependency> Non Maven users have to download the wounit-1.2.jar: http://github.com/downloads/hprange/wounit/wounit-1.2.jar Release Notes - WOUnit - Version 1.2 ** Features * Create NSArrays of objects under test and dummies * Support spied objects with Mockito ** Bug Fixes * NPE from TemporaryEditingContext.fixJavaMemoryDictionary * Exception on cascade deletion of not saved objects The integration with Mockito is optional. You can find more information about the new features in the Complete Guide section of the WOUnit site. Thanks everybody for the feedback. Enjoy, Henrique _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
