Menu

CallbackParams / News: Recent posts

Beta 6 has been released

  • Bugfix to ensure proper information from CallbackControlPanel#getLatestCallbackResults() when there are nested callback method invocations at play
  • Return-values from parameterized-callback methods are no longer always default values. There is now basic intuitional support for return-values with an extra twist in the new fold-support, which enables parameter-values to jack into functionality of JUnit rules by specifying a @Rule-field that is also @ParameterizedCallback:... read more
Posted by Henrik Kaipe 2013-07-03

Beta 5 has been released

  • Fix to preserve integration with version 3.2.x of Spring Framework: http://callbackparams.org/guide.html#wrappedrunner
  • API interface CallbackControlPanel was moved to the new package org.callbackparams.ext.
  • New API interface Wrapping, around which the mechanism for implicit and default implementations of callback-interfaces will be built.
    More on this mechanism: http://callbackparams.org/guide.html#callbackmechanisms
    The first part of this mechanism is now available - and it should be quite useful for third-party framework developers that want to offer their framework users some annotation-based API for (callback-)parameterized testing.... read more
Posted by Henrik Kaipe 2013-05-03

Beta 4 has been released

... and it is a big one ...

- Support for traditional parameterization and API-modifications to clearly point out the type of parameterization. There are now two different annotations for specifying how a field is to be parameterized:
@ParameterizedValue specifies traditional parameterization for a boolean or enum field
@ParameterizedCallback replaces @CallbackField to specify a callback-injected field (of interface type)
- Fixes that improve Powermock-integration
- Fixes for some classloading-related issues
- Fix for combine issues that relate to combined values that occur more than once... read more

Posted by Henrik Kaipe 2011-11-15

Beta 3 has been released

Version 1.0-beta-3 has been released.
- It features fixes for BddRunner so that its functionality now better matches the behavior that is documented at
http://callbackparams.org/part1-maintain.html#bdd.
Version 1.0-beta-3 is available at Maven Central (recommended) and Sourceforge. For the Maven-download use ...
- groupId: org.callbackparams
- artifactId: callbackparams
- version: 1.0-beta-3
Keep in mind that the Sourceforge download does not include the mandatory dependency to BCEL: http://callbackparams.org#dependencies

Posted by Henrik Kaipe 2011-03-19

Beta 2 has been released

Version 1.0-beta-2 has been released. - The most noticeable change is that some deprecated JUnit-4 API has been removed and the remaining API has undergone a few feature and documentation improvements.
Version 1.0-beta-2 is available at Maven Central (recommended) and Sourceforge. For the Maven-download use ...
- groupId: org.callbackparams
- artifactId: callbackparams
- version: 1.0-beta-2
Keep in mind that the Sourceforge download does not include the mandatory dependency to BCEL: http://callbackparams.org#dependencies

Posted by Henrik Kaipe 2011-02-06

CallbackParams available at Maven Central

The beta-1 release of CallbackParams is now available at Maven Central:
- groupId: org.callbackparams
- artifactId: callbackparams
- version: 1.0-beta-1
More information on the maven setup can be found at
http://callbackparams.org/#maven

Posted by Henrik Kaipe 2011-01-25

Beta 1 is now available

The initial release callbackparams-1.0-beta-1 is now available for download.
Keep in mind that the mandatory dependencies to JUnit and BCEL are not part of this download!

To learn the ways of CallbackParams - please have a look at http://callbackparams.org

Posted by Henrik Kaipe 2011-01-16
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.