Interface ConfigurationCallBackHandler<T>
- Type Parameters:
T
- identifying the type to be configured
public interface ConfigurationCallBackHandler<T>
Defines a callback-method in case of further configuration of concrete
test-objects. After initialization and prior to testing the method
configure(Object)
will be called allowing the concrete test-class to
do some specific configuration.- Author:
- Oliver Wolff
-
Method Summary
-
Method Details
-
configure
Callback method for configuring a concrete created test-object. The default implementation is NOOP- Parameters:
toBeConfigured
- must never be null
-