Annotation Type RequesterProvider


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface RequesterProvider
    Annotation to indicate that the annotated method is a provider of a user that has to be used as the current requester in each unit tests of the test class of the provider. This annotation is used by the SilverTestEnv extension and cannot be used without this extension.
    Author:
    mmoquillon