Annotation Type SessionFeeder


  • @Retention(RUNTIME)
    @Target(FIELD)
    @Documented
    public @interface SessionFeeder
    Session feeder annotation marks the injection point where the current user define is to be injected. A user define starts with simulation execution, and ends as soon as the simulation ends. The user sessions are useful e.g if you need a context shared between scenario executions. Test developers might choose to initialize resources in prepare() method, e.g upload a resource beforehand and store the reference of the resource in the define so as to access it in scenario methods.
    Since:
    1.1.0
    Author:
    Erhan Bagdemir