Annotation Interface ServerTest
@Retention(RUNTIME)
@Target(TYPE)
@ExtendWith(io.helidon.webserver.testing.junit5.HelidonServerJunitExtension.class)
@Inherited
public @interface ServerTest
Test of server that opens a socket (for integration tests).
Can be used together with: