Uses of Class
ee.jakarta.tck.concurrent.framework.URLBuilder
Packages that use URLBuilder
-
Uses of URLBuilder in ee.jakarta.tck.concurrent.framework
Methods in ee.jakarta.tck.concurrent.framework that return URLBuilderModifier and TypeMethodDescriptionstatic URLBuilder
URLBuilder.get()
Get the builderURLBuilder.withBaseURL
(URL baseURLIn) Base URL obtained fromArquillianResource
Additional paths to tack onto the end of the URL.URLBuilder.withQueries
(String... queriesIn) Additional queries to tack onto the end of the URL.URLBuilder.withTestName
(String testName) Additional testName query to tack onto the end of the URL.Methods in ee.jakarta.tck.concurrent.framework with parameters of type URLBuilderModifier and TypeMethodDescriptionvoid
TestClient.runTest
(URLBuilder builder) Runs test against servlet using a URLBuilder.TestClient.runTestWithResponse
(URLBuilder builder, Properties props) Runs test against servlet using a URLBuilder.