org.junit.runners
Annotation Type Parameterized.BeforeParam


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Parameterized.BeforeParam

Annotation for public static void methods which should be executed before evaluating tests with particular parameters.

Since:
4.13
See Also:
BeforeClass, Before



Copyright © 2002–2020 JUnit. All rights reserved.