Uses of Class
io.helidon.webserver.testsupport.TestClient
-
-
Uses of TestClient in io.helidon.webserver.testsupport
Methods in io.helidon.webserver.testsupport that return TestClient Modifier and Type Method Description TestClientRouteMock. client(Routing routing)Creates new client with this mock and provided routing.static TestClientTestClient. create(Routing routing)Creates newTestClientinstance with specified routing.static TestClientTestClient. create(Supplier<Routing> routingBuilder)Creates newTestClientinstance with specified routing.
-