Annotation Interface RoutingTest
@Retention(RUNTIME)
@Target(TYPE)
@ExtendWith(io.helidon.webserver.testing.junit5.HelidonRoutingJunitExtension.class)
@Inherited
public @interface RoutingTest
Test of router without opening a socket.
Can be used together with: