Annotation Type WebServer


  • @Target(FIELD)
    @Retention(RUNTIME)
    @Documented
    public @interface WebServer

    Acts as an injection point for MockWebServer instance if the WebServerExtension is registered to the test instance.

    This is helpful when registring the Extension via ExtendWith.

    This is available for flexibility, if suitable for your requirements it's recommended to use RegisterExtension to register this.

    Since:
    1.0.0