org.callbackparams
Annotation Type ParameterizedValue
@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface ParameterizedValue
An annotated (non-static and non-final) test-class field defines a
named parameter. The field-name will work as the parameter-name
and the field-type will be the parameter-type. - Each testrun's
parameter-value will be injected to the field when its test instance
is constructed.
- Author:
- Henrik Kaipe
alsoAvailableAsCallback
public abstract boolean alsoAvailableAsCallback
- Default:
- true
Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.