org.junit.runners
Annotation Type Parameterized.AfterParam
-
@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Parameterized.AfterParam
Annotation for public static void
methods which should be executed after evaluating tests with particular parameters.
- Since:
- 4.13
- See Also:
-
AfterClass
,After