A C E F G H I M N O R S T 
All Classes All Packages

A

AbstractResultMatcherBundleExtension - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.localization
 
AbstractResultMatcherBundleExtension(List<Class<?>>, String) - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.AbstractResultMatcherBundleExtension
 
AbstractResultMatcherBundleExtension(List<Class<?>>, String, ToIncludeClassDescription) - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.AbstractResultMatcherBundleExtension
 
addFields(Class<?>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.AbstractResultMatcherBundleExtension
 
additionalParameters() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
 
addMethods(Class<?>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.AbstractResultMatcherBundleExtension
 

C

createResultMatcherFactoryProxy(T) - Static method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.proxy.ResultMatcherProxyFactory
 

E

expectContent(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response body content as a String.
expectContent(Function<ContentResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts content in fluent way
expectContent(Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response body content with a Hamcrest Matcher.
expectContent(T) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response body content as a String.
expectContent(T, DataTransformer) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response body content as a String.
expectContentBytes(byte[]) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response body content as a byte array.
expectContentEncoding(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the character encoding in the ServletResponse.
expectContentEncoding(Charset) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the character encoding in the ServletResponse.
expectContentType(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the ServletResponse content type.
expectContentType(MediaType) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the ServletResponse content type after parsing it as a MediaType.
expectCookie(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie exists.
expectCookie(Function<CookieResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts cookie in fluent way
expectCookieComment(String, String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's comment.
expectCookieComment(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's comment with a Hamcrest Matcher.
expectCookieDomain(String, String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's domain.
expectCookieDomain(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's domain with a Hamcrest Matcher.
expectCookieHttpOnly(String, boolean) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert whether the cookie must be HTTP only.
expectCookieMaxAge(String, int) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's maxAge.
expectCookieMaxAge(String, Matcher<? super Integer>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's maxAge with a Hamcrest Matcher.
expectCookiePath(String, String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's path.
expectCookiePath(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's path with a Hamcrest Matcher.
expectCookieSecure(String, boolean) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert whether the cookie must be sent over a secure protocol or not.
expectCookieValue(String, String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie value.
expectCookieValue(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie value with the given Hamcrest Matcher.
expectCookieVersion(String, int) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's version.
expectCookieVersion(String, Matcher<? super Integer>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a cookie's version with a Hamcrest Matcher.
expectFlash(Function<FlashAttributeResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts flash attributes in fluent way
expectFlashAttribute(String, Object) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a flash attribute's value.
expectFlashAttribute(String, Matcher<? super T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a flash attribute's value with the given Hamcrest Matcher.
expectFlashAttributeCount(int) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the number of flash attributes.
expectFlashAttributes(String...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the existence of the given flash attributes.
expectForward(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the request was forwarded to the given URL.
expectForwardPattern(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the request was forwarded to the given URL.
expectForwardTemplate(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the request was forwarded to the given URL template.
expectHandler(Function<HandlerResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts handlers in fluent way
expectHandlerCall(Class<T>, Function<T, R>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the controller method used to process the request.
expectHandlerMethod(Method) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the controller method used to process the request.
expectHandlerMethod(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the name of the controller method used to process the request.
expectHandlerMethod(Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the name of the controller method used to process the request using the given Hamcrest Matcher.
expectHandlerType(Class<T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the type of the handler that processed the request.
expectHeader(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert that the named response header exists.
expectHeader(Function<HeaderResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts header in fluent way
expectHeaderValue(String, String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the primary value of the response header as a String value.
expectHeaderValue(String, Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the primary value of the response header with the given Hamcrest String Matcher.
expectHeaderValues(String, String...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the values of the response header as String values.
expectHeaderValues(String, Matcher<? super Iterable<String>>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the values of the response header with the given Hamcrest Iterable Matcher.
expectJsonContent(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Parse the expected and actual strings as JSON and assert the two are "similar" - i.e.
expectJsonContent(String, boolean) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Parse the response content and the given string as JSON and assert the two are "similar" - i.e.
expectJsonPath(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the JSON path expression against the response content and assert that a non-null value, possibly an empty array or map, exists at the given path.
expectJsonPath(String, Function<JsonPathResultMatchers, ResultMatcher>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the JSON path expression against the response and assert the result in fluent way
expectJsonPath(String, Matcher<? super T>, Class<T>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the JSON path expression against the response content and assert the resulting value is read into value of expected type and suits the given matcher.
expectJsonPathValue(String, Object, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the JSON path expression against the response content and assert that the result is equal to the supplied value.
expectJsonPathValue(String, Matcher<? super T>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the JSON path expression against the response content and assert the resulting value with the given Hamcrest Matcher
expectModel(Function<ModelResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts model in fluent way
expectModelAttribute(String, Object) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a model attribute value.
expectModelAttribute(String, Matcher<? super T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert a model attribute value with the given Hamcrest Matcher.
expectModelAttributes(String...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the given model attributes exist.
expectNoResolvedException() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts that there is no exception raised by a handler and successfully resolved through a HandlerExceptionResolver.
expectRedirect(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the request was redirected to the given URL.
expectRedirectPattern(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the request was redirected to the given URL.
expectRedirectTemplate(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the request was redirected to the given URL template.
expectRequest(Function<RequestResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the request in fluent way
expectResolvedException() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts that there is an exception raised by a handler and successfully resolved through a HandlerExceptionResolver
expectResolvedException(Class<T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts exception raised by a handler and successfully resolved through a HandlerExceptionResolver is an object of the defined class (not of any subclass)
expectResolvedException(Class<T>, String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts exception raised by a handler and successfully resolved through a HandlerExceptionResolver is an object of the defined class (not of any subclass) and has defined message
expectResolvedException(Class<T>, Matcher<? super String>...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts exception raised by a handler and successfully resolved through a HandlerExceptionResolver is an object of the defined class (not of any subclass) and has a message that suits defined Hamcrest Matcher
expectResolvedException(Matcher<? super Throwable>...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts exception raised by a handler and successfully resolved through a HandlerExceptionResolver with a Hamcrest Matcher
expectStatus(int) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response status code is equal to an integer value
expectStatus(Function<StatusResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts the response status in fluent way
expectStatus(Matcher<? super Integer>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response status code with the given Hamcrest Matcher
expectStatusIs1xxInformational() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response status code is in the 1xx range.
expectStatusIs2xxSuccessful() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response status code is in the 2xx range.
expectStatusIs3xxRedirection() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response status code is in the 3xx range.
expectStatusIs4xxClientError() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response status code is in the 4xx range.
expectStatusIs5xxServerError() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the response status code is in the 5xx range.
expectStatusReason(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the Servlet response error message.
expectStatusReason(Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the Servlet response error message with the given Hamcrest Matcher.
expectView(Function<ViewResultMatchers, ResultMatcher>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Asserts view in fluent way
expectViewName(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the selected view name.
expectViewName(Matcher<? super String>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Assert the selected view name with the given Hamcrest Matcher.
expectXmlContent(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Parse the response content and the given string as XML and assert the two are "similar" - i.e.
expectXPath(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert that content exists.
expectXPath(String, Function<XpathResultMatchers, ResultMatcher>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the xPath expression against the response and assert the result in fluent way
expectXPath(String, Map<String, String>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert that content exists.
expectXPath(String, Map<String, String>, Function<XpathResultMatchers, ResultMatcher>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the xPath expression against the response and assert the result in fluent way
expectXPathNode(String, Map<String, String>, Matcher<? super Node>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert the Node content found with the given Hamcrest Matcher.
expectXPathNode(String, Matcher<? super Node>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert the Node content found with the given Hamcrest Matcher.
expectXPathNodeCount(String, int, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert the number of nodes found.
expectXPathNodeCount(String, Map<String, String>, int, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert the number of nodes found.
expectXPathNodeList(String, Map<String, String>, Matcher<? super NodeList>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert the NodeList content found with the given Hamcrest Matcher.
expectXPathNodeList(String, Matcher<? super NodeList>, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Evaluate the XPath and assert the NodeList content found with the given Hamcrest Matcher.

F

forwardedUrl(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneForwardedUrlResultMatchers
Asserts the request was forwarded to the given URL.
forwardedUrlPattern(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneForwardedUrlResultMatchers
Asserts the request was forwarded to the given URL.
forwardedUrlTemplate(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneForwardedUrlResultMatchers
Asserts the request was forwarded to the given URL template.

G

get() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.properties.SpringMockMvcDefaultResponseBodyTransformer
 
GetArrayFromResponse<T> - Class in ru.tinkoff.qa.neptune.spring.mock.mvc
Gets array which is taken from / calculated by body of a response.
getCaptured(Object) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.captors.ResponseStringCaptor
 
getData(MockHttpServletResponse) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.captors.ResponseStringCaptor
 
GetListFromResponse<R,​T extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.spring.mock.mvc
Gets some List which is taken from / calculated by body of a response.
GetMockMvcResponseResultSupplier - Class in ru.tinkoff.qa.neptune.spring.mock.mvc
This class is designed to create a step that receives a response and then gets some value
GetObjectFromResponseBody<T> - Class in ru.tinkoff.qa.neptune.spring.mock.mvc
Gets some object from body of a response.
GetObjectFromResponseBodyArray<T> - Class in ru.tinkoff.qa.neptune.spring.mock.mvc
Gets some object from array which is taken from / calculated by body of a response.
GetObjectFromResponseBodyIterable<T> - Class in ru.tinkoff.qa.neptune.spring.mock.mvc
Gets some object from Iterable which is taken from / calculated by body of a response.

H

hasNoResolvedException() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneExceptionResultMatchers
 
hasResolvedException() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneExceptionResultMatchers
 

I

intercept(Object, Method, Object[]) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.proxy.ResultMatcherFactoryMethodInterceptor
 

M

MockMvcContext - Class in ru.tinkoff.qa.neptune.spring.mock.mvc
 
MockMvcContext() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.MockMvcContext
 
mockMvcGet(SequentialGetStepSupplier<MockMvcContext, T, ?, ?, ?>) - Static method in class ru.tinkoff.qa.neptune.spring.mock.mvc.MockMvcContext
Gets some value from body of response.
mockMvcGet(GetMockMvcResponseResultSupplier) - Static method in class ru.tinkoff.qa.neptune.spring.mock.mvc.MockMvcContext
Gets response.

N

NeptuneExceptionResultMatchers - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers
 
NeptuneExceptionResultMatchers() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneExceptionResultMatchers
 
NeptuneForwardedUrlResultMatchers - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers
 
NeptuneForwardedUrlResultMatchers() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneForwardedUrlResultMatchers
 
NeptuneJsonPathResultMatchers - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers
 
NeptuneJsonPathResultMatchers(String, Object...) - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneJsonPathResultMatchers
 
NeptuneRedirectedUrlResultMatchers - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers
 
NeptuneRedirectedUrlResultMatchers() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneRedirectedUrlResultMatchers
 
NeptuneResultMatcherBundleExtension - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.localization
 
NeptuneResultMatcherBundleExtension() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.NeptuneResultMatcherBundleExtension
 
NeptuneXpathResultMatchers - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers
 
NeptuneXpathResultMatchers(String, Map<String, String>, Object...) - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneXpathResultMatchers
 

O

onFailure(MockMvcContext, Throwable) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
 
onSuccess(MockHttpServletResponse) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
 

R

redirectedUrl(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneRedirectedUrlResultMatchers
Asserts the request was redirected to the given URL.
redirectedUrlPattern(String) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneRedirectedUrlResultMatchers
Asserts the request was redirected to the given URL.
redirectedUrlTemplate(String, Object...) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneRedirectedUrlResultMatchers
Asserts the request was redirected to the given URL template.
RequestBodyStringCaptor - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.captors
 
RequestBodyStringCaptor() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.captors.RequestBodyStringCaptor
 
resolvedException(Matcher<? super Throwable>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.NeptuneExceptionResultMatchers
 
response(MockMvc, RequestBuilder) - Static method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that gets a response.
response(RequestBuilder) - Static method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that gets a response.
ResponseBodyStringCaptor - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.captors
 
ResponseBodyStringCaptor() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.captors.ResponseBodyStringCaptor
 
ResponseStringCaptor - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.captors
 
ResponseStringCaptor() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.captors.ResponseStringCaptor
 
ResultMatcherFactoryMethodInterceptor<T> - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.proxy
 
ResultMatcherProxyFactory - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.proxy
 
ru.tinkoff.qa.neptune.spring.mock.mvc - package ru.tinkoff.qa.neptune.spring.mock.mvc
 
ru.tinkoff.qa.neptune.spring.mock.mvc.captors - package ru.tinkoff.qa.neptune.spring.mock.mvc.captors
 
ru.tinkoff.qa.neptune.spring.mock.mvc.localization - package ru.tinkoff.qa.neptune.spring.mock.mvc.localization
 
ru.tinkoff.qa.neptune.spring.mock.mvc.properties - package ru.tinkoff.qa.neptune.spring.mock.mvc.properties
 
ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers - package ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers
 
ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.proxy - package ru.tinkoff.qa.neptune.spring.mock.mvc.result.matchers.proxy
 

S

SPRING_MOCK_MVC_DEFAULT_RESPONSE_BODY_TRANSFORMER - Static variable in class ru.tinkoff.qa.neptune.spring.mock.mvc.properties.SpringMockMvcDefaultResponseBodyTransformer
 
SpringMockMvcDefaultResponseBodyTransformer - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.properties
 
SpringMockMvcPartition - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.localization
 
SpringMockMvcPartition() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.SpringMockMvcPartition
 
SpringMockMvcPartitionTemporal - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.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
SpringMockMvcPartitionTemporal() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.SpringMockMvcPartitionTemporal
Deprecated.
 
SpringResultMatcherBundleExtension - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.localization
 
SpringResultMatcherBundleExtension() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.SpringResultMatcherBundleExtension
 
SpringResultMatcherPartition - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.localization
 
SpringResultMatcherPartition() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.SpringResultMatcherPartition
 
SpringResultMatcherPartitionTemporal - Class in ru.tinkoff.qa.neptune.spring.mock.mvc.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
SpringResultMatcherPartitionTemporal() - Constructor for class ru.tinkoff.qa.neptune.spring.mock.mvc.localization.SpringResultMatcherPartitionTemporal
Deprecated.
 

T

thenGetArray(String, TypeReference<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns items of the array (all items or ones that match defined criteria)
thenGetArray(String, TypeReference<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns items of the array (all items or ones that match defined criteria)
thenGetArray(String, Class<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns items of the array (all items or ones that match defined criteria)
thenGetArray(String, Class<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns items of the array (all items or ones that match defined criteria)
thenGetArray(String, DataTransformer, TypeReference<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns items of the array (all items or ones that match defined criteria)
thenGetArray(String, DataTransformer, TypeReference<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns items of the array (all items or ones that match defined criteria)
thenGetArray(String, DataTransformer, Class<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns items of the array (all items or ones that match defined criteria)
thenGetArray(String, DataTransformer, Class<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns items of the array (all items or ones that match defined criteria)
thenGetBody(TypeReference<T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that returns deserialized content of body of the received response.
thenGetBody(Class<T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that returns deserialized content of body of the received response.
thenGetBody(DataTransformer, TypeReference<T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that returns deserialized content of body of the received response.
thenGetBody(DataTransformer, Class<T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that returns deserialized content of body of the received response.
thenGetList(String, TypeReference<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns items of the iterable (all items or ones that match defined criteria)
thenGetList(String, TypeReference<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns items of the iterable (all items or ones that match defined criteria)
thenGetList(String, Class<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns items of the iterable (all items or ones that match defined criteria)
thenGetList(String, Class<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns items of the iterable (all items or ones that match defined criteria)
thenGetList(String, DataTransformer, TypeReference<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns items of the iterable (all items or ones that match defined criteria)
thenGetList(String, DataTransformer, TypeReference<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns items of the iterable (all items or ones that match defined criteria)
thenGetList(String, DataTransformer, Class<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns items of the iterable (all items or ones that match defined criteria)
thenGetList(String, DataTransformer, Class<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns items of the iterable (all items or ones that match defined criteria)
thenGetStringContent() - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that returns raw string content of body of the received response.
thenGetValue(String, TypeReference<R>, Function<R, T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that deserializes content of body of the received response and then return value taken from / calculated by deserialized content.
thenGetValue(String, Class<R>, Function<R, T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that deserializes content of body of the received response and then return value taken from / calculated by deserialized content.
thenGetValue(String, DataTransformer, TypeReference<R>, Function<R, T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that deserializes content of body of the received response and then return value taken from / calculated by deserialized content.
thenGetValue(String, DataTransformer, Class<R>, Function<R, T>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that deserializes content of body of the received response and then return value taken from / calculated by deserialized content.
thenGetValueFromArray(String, TypeReference<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromArray(String, TypeReference<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromArray(String, Class<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromArray(String, Class<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromArray(String, DataTransformer, TypeReference<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromArray(String, DataTransformer, TypeReference<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromArray(String, DataTransformer, Class<R>, Function<R, T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an array from deserialized response content - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromArray(String, DataTransformer, Class<T[]>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to array - then returns item of the array (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, TypeReference<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns item of the iterable (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, TypeReference<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns item of the iterable (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, Class<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns item of the iterable (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, Class<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns item of the iterable (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, DataTransformer, TypeReference<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns item of the iterable (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, DataTransformer, TypeReference<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns item of the iterable (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, DataTransformer, Class<R>, Function<R, S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response - then tries to get an Iterable from deserialized response content - then returns item of the iterable (the first found or one that matches defined criteria)
thenGetValueFromIterable(String, DataTransformer, Class<S>) - Method in class ru.tinkoff.qa.neptune.spring.mock.mvc.GetMockMvcResponseResultSupplier
Creates a step that: - deserializes content of body of the received response to Iterable - then returns item of the iterable (the first found or one that matches defined criteria)
A C E F G H I M N O R S T 
All Classes All Packages