junit / junit / 4.13.2 / docs / org / junit / runners / Parameterized.BeforeParam.html

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–2021 JUnit. All rights reserved.