A B C D E G H O R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addFields(Class<?>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.localization.SpringWebTestClientMatcherBundleExtension
- additionalParameters() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
- addMethods(Class<?>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.localization.SpringWebTestClientMatcherBundleExtension
- ArgParameterValueGetter - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ArgParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ArgParameterValueGetter
B
- BodyAsString - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- BodyAsString() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.BodyAsString
C
- consume(Consumer<T>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.DescribedConsumerBuilder
D
- describeConsumer(String) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.DescribedConsumerBuilder
- DescribedConsumerBuilder<T> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
This consumer is used to describe the checking.
E
- expectBody(String, Function<T, R>, Matcher<? super R>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionMapped
-
Defines an expectation of value taken from/calculated by deserialized body of response
- expectBody(Matcher<? super T>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionMapped
-
Defines an expectation of deserialized body of response
- expectBodyJson(String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Defines expected JSON-content.
- expectBodyJsonPath(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Evaluate the JSON path expression against the response body content and assert that a non-null value, possibly an empty array or map, exists at the given path.
- expectBodyJsonPath(String, Function<JsonPathAssertions, WebTestClient.BodyContentSpec>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Defines specification how to check response body by json-path.
- expectBodyJsonPathEquals(String, Object, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Evaluate the JSON path expression against response body content and assert that the result is equal to the expected value.
- expectBodyJsonPathMatches(String, Class<T>, Matcher<? super T>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
- expectBodyJsonPathMatches(String, Matcher<T>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Evaluate the JSON path expression against the response body content and assert the resulting value with the given
Matcher
. - ExpectBodyMatches - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectBodyMatches(Matcher<?>) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectBodyMatches
- expectBodyXml(String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Defines expected XML-content.
- expectBodyXpath(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content exists.
- expectBodyXpath(String, Function<XpathAssertions, WebTestClient.BodyContentSpec>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Defines specification how to check response body by xpath.
- expectBodyXpath(String, Function<XpathAssertions, WebTestClient.BodyContentSpec>, Map<String, String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Defines specification how to check response body by xpath.
- expectBodyXpath(String, Map<String, String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content exists.
- expectBodyXpathEquals(String, String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content as a String.
- expectBodyXpathEquals(String, String, Map<String, String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content as a String.
- expectBodyXpathMatches(String, Matcher<? super String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
- expectBodyXpathMatches(String, Matcher<? super String>, Map<String, String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
- expectBodyXpathNodeCount(String, int, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content as an integer.
- expectBodyXpathNodeCount(String, int, Map<String, String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content as an integer.
- expectBodyXpathNodeCount(String, Matcher<? super Integer>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
- expectBodyXpathNodeCount(String, Matcher<? super Integer>, Map<String, String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Apply the XPath expression and assert the resulting content with the given Hamcrest matcher.
- expectCacheControl(CacheControl) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Cache-Control" header with the given value.
- expectContentDisposition(ContentDisposition) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Content-Disposition" header with the given value.
- expectContentLength(long) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Content-Length" header with the given value.
- expectContentType(String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Content-Type" header with the given value.
- expectContentType(MediaType) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Content-Type" header with the given value.
- expectContentTypeCompatibleWith(String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Content-Type" header compatible with the given value.
- expectContentTypeCompatibleWith(MediaType) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Content-Type" header compatible with the given value.
- expectCookie(String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect that the cookie with the given name is present.
- expectCookie(Function<CookieAssertions, WebTestClient.ResponseSpec>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Defines specification how to check cookie of a response
- expectCookieDomain(String, String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's domain attribute.
- expectCookieDomain(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's domain attribute with a Hamcrest
Matcher
. - expectCookieHttpOnly(String, boolean) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's httpOnly attribute.
- expectCookieMaxAge(String, Duration) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's maxAge attribute.
- expectCookieMaxAge(String, Matcher<? super Long>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's maxAge attribute with a Hamcrest
Matcher
. - expectCookiePath(String, String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's path attribute.
- expectCookiePath(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's path attribute with a Hamcrest
Matcher
. - expectCookieSecure(String, boolean) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert a cookie's secure attribute.
- expectCookieValue(String, String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a header with the given name to match the specified values.
- expectCookieValue(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the first value of the response cookie with a Hamcrest
Matcher
. - ExpectedBodyJson - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectedBodyJson(String) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectedBodyJson
- ExpectedBodyOfClass - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectedBodyOfClass(Class<?>) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectedBodyOfClass
- ExpectedBodyOfType - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectedBodyOfType(ParameterizedTypeReference<?>) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectedBodyOfType
- ExpectedBodyXml - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectedBodyXml(String) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectedBodyXml
- expectEmptyBody() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Defines specification of empty body
- ExpectEmptyBody - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectEmptyBody() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectEmptyBody
- expectExpires(long) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect an "Expires" header with the given value.
- expectHeader(String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect that the header with the given name is present.
- expectHeader(Function<HeaderAssertions, WebTestClient.ResponseSpec>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Defines specification how to check headers of a response
- expectHeaderValue(String, String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the first value of the response header is the same as defined.
- expectHeaderValue(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the first value of the response header with a Hamcrest
Matcher
. - expectHeaderValueMatches(String, String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Match the first value of the response header with a regex.
- expectHeaderValues(String, String...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert all values of the response header are same as defined in the same order.
- expectHeaderValues(String, Matcher<? super Iterable<String>>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert all values of the response header with a Hamcrest
Matcher
. - expectHeaderValuesMatch(String, String...) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Match all values of the response header with the given regex patterns which are applied to the values of the header in the same order.
- ExpectJsonPath - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectJsonPath(String, Object...) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectJsonPath
- expectLastModified(long) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Last-Modified" header with the given value.
- expectLocation(String) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Expect a "Location" header with the given value.
- ExpectMatches - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectMatches(String, Matcher<?>) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectMatches
- ExpectResponseCookies - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectResponseCookies() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectResponseCookies
- ExpectResponseHeaders - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectResponseHeaders() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectResponseHeaders
- ExpectResponseStatus - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectResponseStatus() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectResponseStatus
- expectStatus(int) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the response status as an integer.
- expectStatus(Function<StatusAssertions, WebTestClient.ResponseSpec>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Defines specification how to check status of a response
- expectStatus(HttpStatus) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the response status as an
HttpStatus
. - expectStatusIs1xxInformational() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the response status code is in the 1xx range.
- expectStatusIs2xxSuccessful() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the response status code is in the 2xx range.
- expectStatusIs3xxRedirection() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the response status code is in the 3xx range.
- expectStatusIs4xxClientError() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the response status code is in the 4xx range.
- expectStatusIsis5xxServerError() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Assert the response status code is in the 5xx range.
- ExpectXpath - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ExpectXpath(String, Map<String, String>, Object[]) - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ExpectXpath
G
- get() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.DescribedConsumerBuilder
- GetArrayFromResponse<T> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Gets array which is taken from / calculated by body of a response.
- getCaptured(Object) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.captors.RequestExchangeResultCaptor
- getData(ExchangeResult) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.captors.RequestExchangeResultCaptor
- GetListFromResponse<R,T extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Gets some
Iterable
which is taken from / calculated by body of a response. - GetObjectFromResponseBody<T> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Gets some object from body of a response.
- GetObjectFromResponseBodyArray<T> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Gets some object from array which is taken from / calculated by body of a response.
- GetObjectFromResponseBodyIterable<T> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Gets some object from
Iterable
which is taken from / calculated by body of a response. - getParameterValue(Object[]) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ArgParameterValueGetter
H
- howToPerform(WebTestClient) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
O
- of(Class<R>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.DescribedConsumerBuilder
- of(ParameterizedTypeReference<R>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.DescribedConsumerBuilder
R
- RequestExchangeResultCaptor - Class in ru.tinkoff.qa.neptune.spring.web.testclient.captors
- RequestExchangeResultCaptor() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.captors.RequestExchangeResultCaptor
- ResponseBody - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ResponseBody() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.ResponseBody
- ru.tinkoff.qa.neptune.spring.web.testclient - package ru.tinkoff.qa.neptune.spring.web.testclient
- ru.tinkoff.qa.neptune.spring.web.testclient.captors - package ru.tinkoff.qa.neptune.spring.web.testclient.captors
- ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions - package ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- ru.tinkoff.qa.neptune.spring.web.testclient.localization - package ru.tinkoff.qa.neptune.spring.web.testclient.localization
S
- send(Function<WebTestClient, WebTestClient.RequestHeadersSpec<?>>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that sends specified request and receives a response.
- send(Function<WebTestClient, WebTestClient.RequestHeadersSpec<?>>, Class<T>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that sends specified request and receives a response.
- send(Function<WebTestClient, WebTestClient.RequestHeadersSpec<?>>, ParameterizedTypeReference<T>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that sends specified request and receives a response.
- send(WebTestClient, Function<WebTestClient, WebTestClient.RequestHeadersSpec<?>>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that sends specified request and receives a response.
- send(WebTestClient, Function<WebTestClient, WebTestClient.RequestHeadersSpec<?>>, Class<T>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that sends specified request and receives a response.
- send(WebTestClient, Function<WebTestClient, WebTestClient.RequestHeadersSpec<?>>, ParameterizedTypeReference<T>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that sends specified request and receives a response.
- SendRequestAction<B,F extends ru.tinkoff.qa.neptune.spring.web.testclient.BodySpecFunction<B,?,?>,SELF extends SendRequestAction<B,F,SELF>> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Performs the sending of a request.
- SendRequestActionMapped<T> - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Performs the sending of a request.
- SendRequestActionRaw - Class in ru.tinkoff.qa.neptune.spring.web.testclient
-
Performs the sending of a request.
- SpringAssertionPartition - Class in ru.tinkoff.qa.neptune.spring.web.testclient.localization
- SpringAssertionPartition() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.localization.SpringAssertionPartition
- SpringAssertionTemporal - Class in ru.tinkoff.qa.neptune.spring.web.testclient.localization
-
Deprecated, for removal: This API element is subject to removal in a future version.should be removed after the end of the supporting spring boot 2.x
- SpringAssertionTemporal() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.localization.SpringAssertionTemporal
-
Deprecated.
- SpringWebTestClientMatcherBundleExtension - Class in ru.tinkoff.qa.neptune.spring.web.testclient.localization
- SpringWebTestClientMatcherBundleExtension() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.localization.SpringWebTestClientMatcherBundleExtension
- SpringWebTestClientPartition - Class in ru.tinkoff.qa.neptune.spring.web.testclient.localization
- SpringWebTestClientPartition() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.localization.SpringWebTestClientPartition
- SpringWebTestClientPartitionTemporal - Class in ru.tinkoff.qa.neptune.spring.web.testclient.localization
-
Deprecated, for removal: This API element is subject to removal in a future version.should be removed after the end of the supporting spring boot 2.x
- SpringWebTestClientPartitionTemporal() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.localization.SpringWebTestClientPartitionTemporal
-
Deprecated.
- StringContent - Class in ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions
- StringContent() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.expectation.descriptions.StringContent
T
- thenGetArray(String, Function<B, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that returns array value taken from / calculated by deserialized content.
- thenGetBody() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that returns deserialized content of body of the received response.
- thenGetBodyAsString() - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestActionRaw
-
Creates a step that returns body of response as string content.
- thenGetList(String, Function<B, S>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that returns
Iterable
value taken from / calculated by deserialized content. - thenGetValue(String, Function<B, T>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that returns value taken from / calculated by deserialized content.
- thenGetValueFromArray(String, Function<B, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that returns an item from array taken from / calculated by deserialized content.
- thenGetValueFromIterable(String, Function<B, S>) - Method in class ru.tinkoff.qa.neptune.spring.web.testclient.SendRequestAction
-
Creates a step that returns an item from
Iterable
taken from / calculated by deserialized content.
W
- webTestClient(SequentialGetStepSupplier<WebTestClientContext, T, ?, ?, ?>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.WebTestClientContext
-
Gets some value from body of response.
- webTestClient(SendRequestAction<?, ?, ?>) - Static method in class ru.tinkoff.qa.neptune.spring.web.testclient.WebTestClientContext
-
Sends specified request and receives a response
- WebTestClientContext - Class in ru.tinkoff.qa.neptune.spring.web.testclient
- WebTestClientContext() - Constructor for class ru.tinkoff.qa.neptune.spring.web.testclient.WebTestClientContext
All Classes All Packages