Annotation Type Parameterized.AfterParam


  • @Retention(RUNTIME)
    @Target(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