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