Uses of Package
org.callbackparams

Packages that use org.callbackparams
org.callbackparams Core API that is recommended for direct use in test-classes. 
org.callbackparams.sandbox Useful resources which are not really part of the framework's API but are more like reusable implementations of it. 
 

Classes in org.callbackparams used by org.callbackparams
AdaptiveRule.TestRun
           
 

Classes in org.callbackparams used by org.callbackparams.sandbox
AdaptiveRule
          This alternative to JUnit-rules can be used under CallbackParams but regular JUnit-rules can of course also be used during normal circumstances.
AdaptiveRule.TestRun
           
CallbackFactory
          Instead of implementing a certain callback-interface it is also possible for a callback-value to provide a callback-interface implementation by implementing this interface and have the method CallbackFactory.getCallback() return an arbitrary object, which will work as a "backup" callback if it implements the callback-interface in case the original callback-value does not.
 



Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.