Uses of Class
io.wcm.siteapi.integrationtestsupport.IntegrationTestContextBuilder
-
Packages that use IntegrationTestContextBuilder Package Description io.wcm.siteapi.integrationtestsupport Site API Integration Test Support.io.wcm.siteapi.integrationtestsupport.httpclient Simple HTTP client wrapper to execute HTTP requests in integration tests. -
-
Uses of IntegrationTestContextBuilder in io.wcm.siteapi.integrationtestsupport
Methods in io.wcm.siteapi.integrationtestsupport that return IntegrationTestContextBuilder Modifier and Type Method Description @NotNull IntegrationTestContextBuilder
IntegrationTestContextBuilder. apiVersion(@NotNull java.lang.String value)
@NotNull IntegrationTestContextBuilder
IntegrationTestContextBuilder. extension(@NotNull java.lang.String value)
@NotNull IntegrationTestContextBuilder
IntegrationTestContextBuilder. httpConnectTimeout(@NotNull java.time.Duration value)
@NotNull IntegrationTestContextBuilder
IntegrationTestContextBuilder. httpRequestTimeout(@NotNull java.time.Duration value)
@NotNull IntegrationTestContextBuilder
IntegrationTestContextBuilder. publishUrl(@NotNull java.lang.String value)
@NotNull IntegrationTestContextBuilder
IntegrationTestContextBuilder. selector(@NotNull java.lang.String value)
@NotNull IntegrationTestContextBuilder
IntegrationTestContextBuilder. specVersions(@NotNull io.wcm.siteapi.openapi.validator.OpenApiSpecVersions value)
-
Uses of IntegrationTestContextBuilder in io.wcm.siteapi.integrationtestsupport.httpclient
Constructors in io.wcm.siteapi.integrationtestsupport.httpclient with parameters of type IntegrationTestContextBuilder Constructor Description HttpClient(IntegrationTestContextBuilder builder)
-