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