org.callbackparams.junit4
Annotation Type WrappedRunner


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface WrappedRunner

Optional annotation to specify a specific Runner-implementation class, to which CallbackParamsRunner will hand over the actual test-execution.

Author:
Henrik Kaipe
See Also:
CallbackParamsRunner

Required Element Summary
 Class<? extends org.junit.runner.Runner> value
           
 

Element Detail

value

public abstract Class<? extends org.junit.runner.Runner> value


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