- AbstractContextLoader - Class in org.springframework.test.context.support
-
Abstract application context loader that provides a basis for all concrete
implementations of the
ContextLoader
SPI.
- AbstractContextLoader() - Constructor for class org.springframework.test.context.support.AbstractContextLoader
-
- AbstractDelegatingSmartContextLoader - Class in org.springframework.test.context.support
-
AbstractDelegatingSmartContextLoader
serves as an abstract base class
for implementations of the
SmartContextLoader
SPI that delegate to a
set of
candidate SmartContextLoaders (i.e., one that supports XML
configuration files or Groovy scripts and one that supports annotated classes)
to determine which context loader is appropriate for a given test class's
configuration.
- AbstractDelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
- AbstractDirtiesContextTestExecutionListener - Class in org.springframework.test.context.support
-
Abstract base class for
TestExecutionListener
implementations that
provide support for marking the
ApplicationContext
associated with
a test as
dirty for both test classes and test methods annotated
with the
@DirtiesContext
annotation.
- AbstractDirtiesContextTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
-
- AbstractGenericContextLoader - Class in org.springframework.test.context.support
-
- AbstractGenericContextLoader() - Constructor for class org.springframework.test.context.support.AbstractGenericContextLoader
-
- AbstractGenericWebContextLoader - Class in org.springframework.test.context.web
-
- AbstractGenericWebContextLoader() - Constructor for class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
- AbstractJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
-
Abstract base test class which integrates the Spring TestContext
Framework with explicit ApplicationContext
testing support
in a JUnit environment.
- AbstractJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>> - Class in org.springframework.test.web.servlet.setup
-
Abstract implementation of
MockMvcBuilder
with common methods for
configuring filters, default request properties, global expectations and
global result actions.
- AbstractMockMvcBuilder() - Constructor for class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- AbstractRequestExpectationManager - Class in org.springframework.test.web.client
-
Base class for RequestExpectationManager
implementations responsible
for storing expectations and actual requests, and checking for unsatisfied
expectations at the end.
- AbstractRequestExpectationManager() - Constructor for class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- AbstractRequestExpectationManager.RequestExpectationGroup - Class in org.springframework.test.web.client
-
Helper class to manage a group of remaining expectations.
- AbstractTestContextBootstrapper - Class in org.springframework.test.context.support
-
Abstract implementation of the
TestContextBootstrapper
interface which
provides most of the behavior required by a bootstrapper.
- AbstractTestContextBootstrapper() - Constructor for class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- AbstractTestExecutionListener - Class in org.springframework.test.context.support
-
- AbstractTestExecutionListener() - Constructor for class org.springframework.test.context.support.AbstractTestExecutionListener
-
- AbstractTestNGSpringContextTests - Class in org.springframework.test.context.testng
-
Abstract base test class which integrates the Spring TestContext Framework
with explicit ApplicationContext
testing support in a TestNG
environment.
- AbstractTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Construct a new AbstractTestNGSpringContextTests instance and initialize
the internal
TestContextManager
for the current test class.
- AbstractTransactionalJUnit4SpringContextTests - Class in org.springframework.test.context.junit4
-
- AbstractTransactionalJUnit4SpringContextTests() - Constructor for class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
- AbstractTransactionalTestNGSpringContextTests - Class in org.springframework.test.context.testng
-
- AbstractTransactionalTestNGSpringContextTests() - Constructor for class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
- accept(MediaType...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the list of acceptable media types, as
specified by the Accept
header.
- accept(MediaType...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Set the list of acceptable media types, as
specified by the Accept
header.
- accept(MediaType...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the 'Accept' header to the given media type(s).
- accept(String...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the 'Accept' header to the given media type(s).
- acceptCharset(Charset...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the list of acceptable charsets, as specified
by the Accept-Charset
header.
- acceptCharset(Charset...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Set the list of acceptable charsets, as specified
by the Accept-Charset
header.
- acceptLanguageAsLocales(Locale...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the list of acceptable locales, as specified
by the Accept-Languages
header.
- access() - Method in class org.springframework.mock.web.MockHttpSession
-
- activate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Register the context builder by registering it with the JNDI NamingManager.
- ACTIVATE_LISTENER - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
-
Attribute name for a
TestContext
attribute which indicates that the
ServletTestExecutionListener
should be activated.
- ActiveProfiles - Annotation Type in org.springframework.test.context
-
ActiveProfiles
is a class-level annotation that is used to declare
which active bean definition profiles should be used when loading
an ApplicationContext
for test classes.
- ActiveProfilesResolver - Interface in org.springframework.test.context
-
Strategy interface for programmatically resolving which active bean
definition profiles should be used when loading an
ApplicationContext
for a test class.
- addAllExpectations(Collection<RequestExpectation>) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
- addCookie(Cookie) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- addDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- addDispatcherServletCustomizer(DispatcherServletCustomizer) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- addDispatchHandler(Runnable) - Method in class org.springframework.mock.web.MockAsyncContext
-
- addFile(MultipartFile) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
Add a file to this request.
- addFilter(String, String) - Method in class org.springframework.mock.web.MockServletContext
-
- addFilter(String, Filter) - Method in class org.springframework.mock.web.MockServletContext
-
- addFilter(String, Class<? extends Filter>) - Method in class org.springframework.mock.web.MockServletContext
-
- addFilter(Filter, String...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- addFilter(Filter, String...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
-
Add a filter mapped to a specific set of patterns.
- addFilters(Filter...) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- addFilters(Filter...) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
-
Add filters mapped to any request (i.e.
- addHeader(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Add a header entry for the given name.
- addHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- addIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- addInitParameter(String, String) - Method in class org.springframework.mock.web.MockFilterConfig
-
- addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletConfig
-
- addInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
-
- addInlinedPropertiesToEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
-
Add the given inlined properties to the Environment
of the
supplied context
.
- addInlinedPropertiesToEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
-
Add the given inlined properties (in the form of key-value
pairs) to the supplied environment
.
- addInterceptors(HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Add interceptors mapped to all incoming requests.
- addIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- addJspFile(String, String) - Method in class org.springframework.mock.web.MockServletContext
-
- addListener(AsyncListener) - Method in class org.springframework.mock.web.MockAsyncContext
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockAsyncContext
-
- addListener(Class<? extends EventListener>) - Method in class org.springframework.mock.web.MockServletContext
-
- addListener(String) - Method in class org.springframework.mock.web.MockServletContext
-
- addListener(T) - Method in class org.springframework.mock.web.MockServletContext
-
- addMappedInterceptors(String[], HandlerInterceptor...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Add interceptors mapped to a set of path patterns.
- addMimeType(String, MediaType) - Method in class org.springframework.mock.web.MockServletContext
-
- addObject(String, Object) - Method in class org.springframework.mock.jndi.ExpectedLookupTemplate
-
Add the given object to the list of JNDI objects that this template will expose.
- addParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Add a single value for the specified HTTP parameter.
- addParameter(String, String...) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Add an array of values for the specified HTTP parameter.
- addParameters(Map<String, ?>) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Adds all provided parameters without replacing any
existing values.
- addPart(Part) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- addPlaceholderValue(String, String) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
In a standalone setup there is no support for placeholder values embedded in
request mappings.
- addPreferredLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Add a new preferred locale, before any existing locales.
- addPropertiesFilesToEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
-
Add the Properties
files from the given resource locations
to the Environment
of the supplied context
.
- addPropertiesFilesToEnvironment(ConfigurableEnvironment, ResourceLoader, String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
-
Add the Properties
files from the given resource locations
to the supplied environment
.
- addServlet(String, String) - Method in class org.springframework.mock.web.MockServletContext
-
- addServlet(String, Servlet) - Method in class org.springframework.mock.web.MockServletContext
-
- addServlet(String, Class<? extends Servlet>) - Method in class org.springframework.mock.web.MockServletContext
-
- addToEnvironment(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- addUserRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- afterAll(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
- afterConfigureAdded(WebTestClient.MockServerSpec<?>) - Method in interface org.springframework.test.web.reactive.server.MockServerConfigurer
-
Invoked immediately, i.e.
- afterConfigurerAdded(WebTestClient.Builder, WebHttpHandlerBuilder, ClientHttpConnector) - Method in interface org.springframework.test.web.reactive.server.WebTestClientConfigurer
-
Invoked once only, immediately (i.e.
- afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
-
- afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
-
- afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
-
- afterEach(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
- afterExpectationsDeclared() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Invoked at the time of the first actual request, which effectively means
the expectations declaration phase is over.
- afterExpectationsDeclared() - Method in class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- afterExpectationsDeclared() - Method in class org.springframework.test.web.client.UnorderedRequestExpectationManager
-
- afterTestClass(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
-
- afterTestClass() - Method in class org.springframework.test.context.TestContextManager
-
Hook for post-processing a test class after execution of all
tests within the class.
- afterTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
-
Post-processes a test class after execution of all tests within
the class.
- afterTestExecution(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
- afterTestExecution(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContextManager
-
Hook for post-processing a test
immediately after execution of
the test method in the supplied
test context — for example, for timing
or logging purposes.
- afterTestExecution(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
-
Post-processes a test
immediately after execution of the
test method
in the supplied
test context
— for example, for timing
or logging purposes.
- afterTestMethod(TestContext) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
Execute SQL scripts configured via
@Sql
for the supplied
TestContext
after the current test method.
- afterTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
-
- afterTestMethod(Object, Method, Throwable) - Method in class org.springframework.test.context.TestContextManager
-
Hook for post-processing a test after execution of after
lifecycle callbacks of the underlying test framework — for example,
tearing down test fixtures, ending a transaction, etc.
- afterTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
-
Post-processes a test after execution of after
lifecycle callbacks of the underlying test framework — for example,
by tearing down test fixtures.
- afterTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- afterTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
- AfterTransaction - Annotation Type in org.springframework.test.context.transaction
-
Test annotation which indicates that the annotated void
method
should be executed after a transaction is ended for a test method
configured to run within a transaction via Spring's @Transactional
annotation.
- alwaysDo(ResultHandler) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- alwaysDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
-
Define a global action that should always be applied to every
response.
- alwaysExpect(ResultMatcher) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- alwaysExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
-
Define a global expectation that should always be applied to
every response.
- alwaysUseMockMvc() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Specify that
MockMvc
should always be used regardless of
what the request looks like.
- andDo(ResultHandler) - Method in interface org.springframework.test.web.servlet.ResultActions
-
Perform a general action.
- andExpect(RequestMatcher) - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- andExpect(RequestMatcher) - Method in interface org.springframework.test.web.client.ResponseActions
-
Add a request expectation.
- andExpect(ResultMatcher) - Method in interface org.springframework.test.web.servlet.ResultActions
-
Perform an expectation.
- andRespond(ResponseCreator) - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- andRespond(ResponseCreator) - Method in interface org.springframework.test.web.client.ResponseActions
-
Define the response.
- andReturn() - Method in interface org.springframework.test.web.servlet.ResultActions
-
Return the result of the executed request for direct access to the results.
- AnnotationConfigContextLoader - Class in org.springframework.test.context.support
-
- AnnotationConfigContextLoader() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- AnnotationConfigContextLoaderUtils - Class in org.springframework.test.context.support
-
Utility methods for
SmartContextLoaders
that deal
with annotated classes (e.g.,
@Configuration
classes).
- AnnotationConfigContextLoaderUtils() - Constructor for class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
-
- AnnotationConfigWebContextLoader - Class in org.springframework.test.context.web
-
- AnnotationConfigWebContextLoader() - Constructor for class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- AnnotationDescriptor(Class<?>, T) - Constructor for class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- AnnotationDescriptor(Class<?>, Class<?>, Annotation, T) - Constructor for class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- anything() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Match to any request.
- AopTestUtils - Class in org.springframework.test.util
-
AopTestUtils
is a collection of AOP-related utility methods for
use in unit and integration testing scenarios.
- AopTestUtils() - Constructor for class org.springframework.test.util.AopTestUtils
-
- applicationContext - Variable in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- applicationContext - Variable in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
- apply(Statement, Description) - Method in class org.springframework.test.context.junit4.rules.SpringClassRule
-
Apply class-level features of the Spring TestContext
Framework to the supplied base
statement.
- apply(Statement, FrameworkMethod, Object) - Method in class org.springframework.test.context.junit4.rules.SpringMethodRule
-
Apply instance-level and method-level features of
the Spring TestContext Framework to the supplied base
statement.
- apply(WebTestClientConfigurer) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Shortcut for pre-packaged customizations to WebTestClient builder.
- apply(MockServerConfigurer) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
-
Shortcut for pre-packaged customizations to the mock server setup.
- apply(MockMvcConfigurer) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- apply(MockMvcConfigurer) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
-
Add a MockMvcConfigurer
that automates MockMvc setup and
configures it for some specific purpose (e.g.
- applyCookies() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- applyCookies() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
- applyHeaders() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- applyHeaders() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
- applyStatusCode() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
- argumentResolvers(Consumer<ArgumentResolverConfigurer>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Configure resolvers for custom controller method arguments.
- assertAndReturnModelAttributeOfType(ModelAndView, String, Class<T>) - Static method in class org.springframework.test.web.ModelAndViewAssert
-
Checks whether the model value under the given modelName
exists and checks it type, based on the expectedType
.
- assertBoolean(byte[], String, boolean) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content as a Boolean.
- assertCompareListModelAttribute(ModelAndView, String, List) - Static method in class org.springframework.test.web.ModelAndViewAssert
-
Compare each individual entry in a list, without first sorting the lists.
- assertEquals(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
-
Assert two objects are equal and raise an AssertionError
if not.
- AssertionErrors - Class in org.springframework.test.util
-
JUnit independent assertion class.
- AssertionErrors() - Constructor for class org.springframework.test.util.AssertionErrors
-
- assertJsonEqual(String, String) - Method in class org.springframework.test.util.JsonExpectationsHelper
-
Parse the expected and actual strings as JSON and assert the two
are "similar" - i.e.
- assertJsonEqual(String, String, boolean) - Method in class org.springframework.test.util.JsonExpectationsHelper
-
Parse the expected and actual strings as JSON and assert the two
are "similar" - i.e.
- assertJsonNotEqual(String, String) - Method in class org.springframework.test.util.JsonExpectationsHelper
-
Parse the expected and actual strings as JSON and assert the two
are "not similar" - i.e.
- assertJsonNotEqual(String, String, boolean) - Method in class org.springframework.test.util.JsonExpectationsHelper
-
Parse the expected and actual strings as JSON and assert the two
are "not similar" - i.e.
- assertModelAttributeAvailable(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
-
Assert whether or not a model attribute is available.
- assertModelAttributeValue(ModelAndView, String, Object) - Static method in class org.springframework.test.web.ModelAndViewAssert
-
Compare a given expectedValue
to the value from the model
bound under the given modelName
.
- assertModelAttributeValues(ModelAndView, Map<String, Object>) - Static method in class org.springframework.test.web.ModelAndViewAssert
-
Inspect the expectedModel
to see if all elements in the
model appear and are equal.
- assertNode(String, Matcher<? super Node>) - Method in class org.springframework.test.util.XmlExpectationsHelper
-
Parse the content as Node
and apply a Matcher
.
- assertNode(byte[], String, Matcher<? super Node>) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Parse the content, evaluate the XPath expression as a Node
,
and assert it with the given Matcher<Node>
.
- assertNodeCount(byte[], String, Matcher<Integer>) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content with the
given Hamcrest matcher.
- assertNodeCount(byte[], String, int) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content as an integer.
- assertNotEquals(String, Object, Object) - Static method in class org.springframework.test.util.AssertionErrors
-
Assert two objects are not equal and raise an AssertionError
otherwise.
- assertNumber(byte[], String, Matcher<? super Double>) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content with the
given Hamcrest matcher.
- assertNumber(byte[], String, Double) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content as a Double.
- assertSortAndCompareListModelAttribute(ModelAndView, String, List, Comparator) - Static method in class org.springframework.test.web.ModelAndViewAssert
-
Compare each individual entry in a list after having sorted both lists
(optionally using a comparator).
- assertSource(String, Matcher<? super Source>) - Method in class org.springframework.test.util.XmlExpectationsHelper
-
Parse the content as DOMSource
and apply a Matcher
.
- assertString(byte[], String, Matcher<? super String>) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content with the
given Hamcrest matcher.
- assertString(byte[], String, String) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content as a String.
- assertTrue(String, boolean) - Static method in class org.springframework.test.util.AssertionErrors
-
Assert the given condition is true
and raise an
AssertionError
if it is not.
- assertValue(String, Matcher<T>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert the resulting value with the given Matcher
.
- assertValue(String, Matcher<T>, Class<T>) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
- assertValue(String, Object) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that the result is equal to the expected value.
- assertValueIsArray(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that the resulting value is an array.
- assertValueIsBoolean(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that the resulting value is a Boolean
.
- assertValueIsEmpty(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that an empty value exists at the given path.
- assertValueIsMap(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that the resulting value is a Map
.
- assertValueIsNotEmpty(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that a non-empty value exists at the given path.
- assertValueIsNumber(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that the resulting value is a Number
.
- assertValueIsString(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that the resulting value is a String
.
- assertViewName(ModelAndView, String) - Static method in class org.springframework.test.web.ModelAndViewAssert
-
Check to see if the view name in the ModelAndView matches the given
expectedName
.
- assertWithDiagnostics(Runnable) - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Execute the given Runnable, catch any AssertionError
, decorate
with AssertionError
containing diagnostic information about the
request and response, and then re-throw.
- assertXmlEqual(String, String) - Method in class org.springframework.test.util.XmlExpectationsHelper
-
Parse the expected and actual content strings as XML and assert that the
two are "similar" -- i.e.
- asyncDispatch(MvcResult) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- asyncNotStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert that asynchronous processing was not started.
- asyncResult(Matcher<T>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert the result from asynchronous processing with the given matcher.
- asyncResult(Object) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert the result from asynchronous processing.
- asyncStarted() - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert whether asynchronous processing started, usually as a result of a
controller method returning Callable
or DeferredResult
.
- attribute(String, Object) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- attribute(String, Object) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Set the attribute with the given name to the given value.
- attribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
-
Assert a flash attribute's value with the given Hamcrest Matcher
.
- attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
-
Assert a flash attribute's value.
- attribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert a model attribute value with the given Hamcrest Matcher
.
- attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert a model attribute value.
- attribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a request attribute value with the given Hamcrest Matcher
.
- attribute(String, Object) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a request attribute value.
- attributeCount(int) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
-
Assert the number of flash attributes.
- attributeDoesNotExist(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the given model attributes do not exist
- attributeErrorCount(String, int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the given model attribute(s) have errors.
- attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.FlashAttributeResultMatchers
-
Assert the existence of the given flash attributes.
- attributeExists(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the given model attributes exist.
- attributeHasErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the given model attribute(s) have errors.
- attributeHasFieldErrorCode(String, String, String) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert a field error code for a model attribute using exact String match.
- attributeHasFieldErrorCode(String, String, Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert a field error code for a model attribute using a Matcher
.
- attributeHasFieldErrors(String, String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the given model attribute field(s) have errors.
- attributeHasNoErrors(String...) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the given model attribute(s) do not have errors.
- attributeNames() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- attributes() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- attributes(Map<String, Object>) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- attributes(Consumer<Map<String, Object>>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Manipulate the request attributes with the given consumer.
- attributeSource - Variable in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- authenticate(HttpServletResponse) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- available() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- baseUrl(String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Configure a base URI as described in
WebClient.create(String)
.
- beforeAll(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
- beforeEach(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
- beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
-
Invoked when the MockMvc instance is about to be created with the MockMvc
builder and the Spring WebApplicationContext that will be passed to the
DispatcherServlet
.
- beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
-
- beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) - Method in class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
-
- beforeOrAfterTestClass(TestContext, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
-
- beforeOrAfterTestMethod(TestContext, DirtiesContext.MethodMode, DirtiesContext.ClassMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
-
- beforeServerCreated(WebHttpHandlerBuilder) - Method in interface org.springframework.test.web.reactive.server.MockServerConfigurer
-
Invoked just before the mock server is built.
- beforeTestClass(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
-
- beforeTestClass() - Method in class org.springframework.test.context.TestContextManager
-
Hook for pre-processing a test class before execution of any
tests within the class.
- beforeTestClass(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
-
Pre-processes a test class before execution of all tests within
the class.
- beforeTestExecution(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
- beforeTestExecution(Object, Method) - Method in class org.springframework.test.context.TestContextManager
-
Hook for pre-processing a test
immediately before execution of
the test method in the supplied
test context — for example, for timing
or logging purposes.
- beforeTestExecution(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
-
Pre-processes a test
immediately before execution of the
test method
in the supplied
test context
— for example, for timing
or logging purposes.
- beforeTestMethod(TestContext) - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
Execute SQL scripts configured via
@Sql
for the supplied
TestContext
before the current test method.
- beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
- beforeTestMethod(TestContext) - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
-
- beforeTestMethod(Object, Method) - Method in class org.springframework.test.context.TestContextManager
-
Hook for pre-processing a test before execution of before
lifecycle callbacks of the underlying test framework — for example,
setting up test fixtures, starting a transaction, etc.
- beforeTestMethod(TestContext) - Method in interface org.springframework.test.context.TestExecutionListener
-
Pre-processes a test before execution of before
lifecycle callbacks of the underlying test framework — for example,
by setting up test fixtures.
- beforeTestMethod(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
If the test method of the supplied
test context
is configured to run within a transaction, this method will run
@BeforeTransaction
methods and start a new
transaction.
- beforeTestMethod(TestContext) - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
Sets up thread-local state before each test method via Spring Web's
RequestContextHolder
, but only if the
test class is annotated with
@WebAppConfiguration
.
- BeforeTransaction - Annotation Type in org.springframework.test.context.transaction
-
Test annotation which indicates that the annotated void
method
should be executed before a transaction is started for a test method
configured to run within a transaction via Spring's @Transactional
annotation.
- between(int, int) - Static method in class org.springframework.test.web.client.ExpectedCount
-
Between min
and max
number of times.
- bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
Bind the given object to the given name.
- bind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- bind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Bind the given object under the given name, for all naming contexts
that this context builder will generate.
- bindTo(RestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
Return a builder for a MockRestServiceServer
that should be used
to reply to the given RestTemplate
.
- bindTo(AsyncRestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
- bindTo(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
Return a builder for a MockRestServiceServer
that should be used
to reply to the given RestGatewaySupport
.
- bindToApplicationContext(ApplicationContext) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Use this option to setup a server from the Spring configuration of your
application, or some subset of it.
- bindToController(Object...) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Use this server setup to test one `@Controller` at a time.
- bindToRouterFunction(RouterFunction<?>) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Use this option to set up a server from a RouterFunction
.
- bindToServer() - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
-
This server setup option allows you to connect to a running server via
Reactor Netty.
- bindToServer(ClientHttpConnector) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
-
- bindToWebHandler(WebHandler) - Static method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Integration testing with a "mock" server targeting the given WebHandler.
- body(Publisher<? extends DataBuffer>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
-
Set the body of the request and build it.
- body(String) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
-
Set the body of the request and build it.
- body(BodyExtractor<S, ? super ServerHttpRequest>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- body(BodyExtractor<S, ? super ServerHttpRequest>, Map<String, Object>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- body(Object) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- body(String) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
-
Set the body as a UTF-8 String.
- body(byte[]) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
-
Set the body as a byte array.
- body(Resource) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
-
Set the body as a Resource
.
- body(BodyInserter<?, ? super ClientHttpRequest>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
-
Set the body of the request to the given BodyInserter
.
- body(S, Class<T>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
-
Set the body of the request to the given asynchronous Publisher
.
- bodyToFlux(Class<? extends S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- bodyToFlux(ParameterizedTypeReference<S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- bodyToMono(Class<? extends S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- bodyToMono(ParameterizedTypeReference<S>) - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- booleanValue(Boolean) - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Apply the XPath and assert the boolean value found.
- booleanValue(Boolean) - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert the Boolean
value found.
- BootstrapContext - Interface in org.springframework.test.context
-
BootstrapContext
encapsulates the context in which the Spring
TestContext Framework is bootstrapped.
- BootstrapWith - Annotation Type in org.springframework.test.context
-
@BootstrapWith
defines class-level metadata that is used to determine
how to bootstrap the Spring TestContext Framework.
- bufferFactory() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- build() - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Builds the request with no body.
- build() - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- build() - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
-
Build the MockRestServiceServer
and set up the underlying
RestTemplate
or AsyncRestTemplate
with a
ClientHttpRequestFactory
that creates mock requests.
- build(RequestExpectationManager) - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
-
- build() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
- build() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
-
Shortcut to build the test client.
- build() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
Build the WebClient
configured via this builder.
- build() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
Build the HtmlUnitDriver
configured via this builder.
- build() - Method in interface org.springframework.test.web.servlet.MockMvcBuilder
-
- build() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- builder() - Static method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- buildMergedContextConfiguration() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- buildMergedContextConfiguration() - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- buildRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- buildRequest(ServletContext) - Method in interface org.springframework.test.web.servlet.RequestBuilder
-
Build the request.
- buildTestContext() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- buildTestContext() - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- bytes(byte[]) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Compare the body of the request to the given byte array.
- bytes(byte[]) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the response body content as a byte array.
- CacheAwareContextLoaderDelegate - Interface in org.springframework.test.context
-
A
CacheAwareContextLoaderDelegate
is responsible for
loading and
closing application
contexts, interacting transparently with a
ContextCache
behind the scenes.
- cacheControl(CacheControl) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a "Cache-Control" header with the given value.
- changeSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- changeSessionId() - Method in class org.springframework.mock.web.MockHttpSession
-
As of Servlet 3.1, the id of a session can be changed.
- characterEncoding(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the character encoding of the request.
- checkActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Check whether this request is still active (that is, not completed yet),
throwing an IllegalStateException if not active anymore.
- clear() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Clear all bindings in this context builder, while keeping it active.
- clear() - Method in class org.springframework.mock.web.MockBodyContent
-
- clear() - Method in class org.springframework.mock.web.MockJspWriter
-
- clear() - Method in interface org.springframework.test.context.cache.ContextCache
-
Clear all contexts from the cache, clearing context hierarchy information as well.
- clear() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Clear all contexts from the cache, clearing context hierarchy information as well.
- clearAttributes() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Clear all of this request's attributes.
- clearAttributes() - Method in class org.springframework.mock.web.MockHttpSession
-
Clear all of this session's attributes.
- clearBuffer() - Method in class org.springframework.mock.web.MockBodyContent
-
- clearBuffer() - Method in class org.springframework.mock.web.MockJspWriter
-
- clearStatistics() - Method in interface org.springframework.test.context.cache.ContextCache
-
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
- clearStatistics() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Clear hit and miss count statistics for the cache (i.e., reset counters to zero).
- close() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
-
- close() - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- close() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- close() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
- close() - Method in class org.springframework.mock.web.MockBodyContent
-
- close() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Mark this request as completed, keeping its state.
- close() - Method in class org.springframework.mock.web.MockJspWriter
-
- close() - Method in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
-
- close() - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
- closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
-
- closeContext(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.CacheAwareContextLoaderDelegate
-
Remove the application context for the
supplied
MergedContextConfiguration
from the
ContextCache
and close it if it is
an instance of
ConfigurableApplicationContext
.
- comment(String, Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's comment with a Hamcrest Matcher
.
- comment(String, String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's comment value.
- Commit - Annotation Type in org.springframework.test.annotation
-
@Commit
is a test annotation that is used to indicate that a
test-managed transaction should be committed after
the test method has completed.
- complete() - Method in class org.springframework.mock.web.MockAsyncContext
-
- composeName(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- composeName(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- ConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder<B>> - Interface in org.springframework.test.web.servlet.setup
-
Defines common methods for building a MockMvc
.
- ConfigurableSmartRequestBuilder<B extends ConfigurableSmartRequestBuilder<B>> - Interface in org.springframework.test.web.servlet.request
-
- configureClient() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
-
Proceed to configure and build the test client.
- configureWebResources(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
Configures web resources for the supplied web application context (WAC).
- connect(HttpMethod, URI, Function<? super ClientHttpRequest, Mono<Void>>) - Method in class org.springframework.test.web.reactive.server.HttpHandlerConnector
-
- consumeWith(Consumer<FluxExchangeResult<T>>) - Method in class org.springframework.test.web.reactive.server.FluxExchangeResult
-
- consumeWith(Consumer<EntityExchangeResult<byte[]>>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Assert the response body content with the given Consumer
.
- consumeWith(Consumer<EntityExchangeResult<B>>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Assert the exchange result with the given Consumer
.
- contains(MergedContextConfiguration) - Method in interface org.springframework.test.context.cache.ContextCache
-
Determine whether there is a cached context for the given key.
- contains(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Determine whether there is a cached context for the given key.
- contains(E...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
-
Assert the extracted list of values contains the given elements.
- containsHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- content() - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Access to request body matchers.
- content(byte[]) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the request body.
- content(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the request body as a UTF-8 String.
- content() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response body assertions.
- contentDisposition(ContentDisposition) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a "Content-Disposition" header with the given value.
- contentLength(long) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
-
Set the length of the body in bytes, as specified by the
Content-Length
header.
- contentLength(long) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a "Content-Length" header with the given value.
- contentLength(long) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
-
Set the length of the body in bytes, as specified by the
Content-Length
header.
- ContentRequestMatchers - Class in org.springframework.test.web.client.match
-
Factory for request content RequestMatcher
's.
- ContentRequestMatchers() - Constructor for class org.springframework.test.web.client.match.ContentRequestMatchers
-
Class constructor, not for direct instantiation.
- ContentResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for response content assertions.
- ContentResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Protected constructor.
- contentType(MediaType) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BodyBuilder
-
Set the media type of the body, as specified
by the Content-Type
header.
- contentType(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Assert the request content type as a String.
- contentType(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Assert the request content type as a MediaType
.
- contentType(MediaType) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
-
Set the Content-Type
header.
- contentType(MediaType) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a "Content-Type" header with the given value.
- contentType(String) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a "Content-Type" header with the given value.
- contentType(MediaType) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
-
Set the media type of the body, as specified
by the Content-Type
header.
- contentType(MediaType) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the 'Content-Type' header of the request.
- contentType(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the 'Content-Type' header of the request.
- contentType(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the ServletResponse content type.
- contentType(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the ServletResponse content type after parsing it as a MediaType.
- contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Assert the request content type is compatible with the given
content type as defined by MediaType.isCompatibleWith(MediaType)
.
- contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
-
Assert the request content type is compatible with the given
content type as defined by MediaType.isCompatibleWith(MediaType)
.
- contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a "Content-Type" header compatible with the given value.
- contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect a "Content-Type" header compatible with the given value.
- contentTypeCompatibleWith(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the ServletResponse content type is compatible with the given
content type as defined by MediaType.isCompatibleWith(MediaType)
.
- contentTypeCompatibleWith(MediaType) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the ServletResponse content type is compatible with the given
content type as defined by MediaType.isCompatibleWith(MediaType)
.
- contentTypeResolver(Consumer<RequestedContentTypeResolverBuilder>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Customize content type resolution.
- CONTEXT_CACHE_LOGGING_CATEGORY - Static variable in interface org.springframework.test.context.cache.ContextCache
-
The name of the logging category used for reporting ContextCache
statistics.
- ContextCache - Interface in org.springframework.test.context.cache
-
ContextCache
defines the SPI for caching Spring
ApplicationContexts
within the
Spring TestContext Framework.
- ContextCacheUtils - Class in org.springframework.test.context.cache
-
- ContextCacheUtils() - Constructor for class org.springframework.test.context.cache.ContextCacheUtils
-
- ContextConfiguration - Annotation Type in org.springframework.test.context
-
@ContextConfiguration
defines class-level metadata that is used to determine
how to load and configure an ApplicationContext
for integration tests.
- ContextConfigurationAttributes - Class in org.springframework.test.context
-
ContextConfigurationAttributes
encapsulates the context configuration
attributes declared via
@ContextConfiguration
.
- ContextConfigurationAttributes(Class<?>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, ContextConfiguration) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, AnnotationAttributes) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<?>>[], boolean, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextConfigurationAttributes(Class<?>, String[], Class<?>[], boolean, Class<? extends ApplicationContextInitializer<?>>[], boolean, String, Class<? extends ContextLoader>) - Constructor for class org.springframework.test.context.ContextConfigurationAttributes
-
- ContextCustomizer - Interface in org.springframework.test.context
-
Strategy interface for customizing application contexts
that are created and managed by the Spring
TestContext Framework.
- ContextCustomizerFactory - Interface in org.springframework.test.context
-
- ContextHierarchy - Annotation Type in org.springframework.test.context
-
@ContextHierarchy
is a class-level annotation that is used to define
a hierarchy of ApplicationContexts
for integration tests.
- ContextLoader - Interface in org.springframework.test.context
-
Strategy interface for loading an application context
for an integration test managed by the Spring TestContext Framework.
- contextPath(String) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the contextPath to return.
- contextPath(String) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- contextPath(String) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Set the context path to use.
- contextPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Specify the portion of the requestURI that represents the context path.
- controllerAdvice(Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Register one or more
ControllerAdvice
instances to be used in tests.
- convertInlinedPropertiesToMap(String...) - Static method in class org.springframework.test.context.support.TestPropertySourceUtils
-
Convert the supplied inlined properties (in the form of key-value
pairs) into a map keyed by property name, preserving the ordering of property names
in the returned map.
- convertToClasspathResourcePaths(Class<?>, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
-
Convert the supplied paths to classpath resource paths.
- convertToResourceList(ResourceLoader, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
-
Convert the supplied paths to a list of Resource
handles using
the given ResourceLoader
.
- convertToResources(ResourceLoader, String...) - Static method in class org.springframework.test.context.util.TestContextResourceUtils
-
Convert the supplied paths to an array of Resource
handles using
the given ResourceLoader
.
- cookie(HttpCookie...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Add one or more cookies.
- cookie(HttpCookie...) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- cookie(String, String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Add a cookie with the given name and value.
- cookie(Cookie...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Add the given cookies to the request.
- cookie() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response cookie assertions.
- CookieResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for response cookie assertions.
- CookieResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Protected constructor.
- cookies(MultiValueMap<String, HttpCookie>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Add the given cookies.
- cookies(MultiValueMap<String, HttpCookie>) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- cookies() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- cookies(Consumer<MultiValueMap<String, String>>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Manipulate this request's cookies with the given consumer.
- corsMappings(Consumer<CorsRegistry>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Configure CORS support.
- countRowsInTable(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Convenience method for counting the rows in the given table.
- countRowsInTable(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Convenience method for counting the rows in the given table.
- countRowsInTable(JdbcTemplate, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
Count the rows in the given table.
- countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Convenience method for counting the rows in the given table, using the
provided WHERE
clause.
- countRowsInTableWhere(String, String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Convenience method for counting the rows in the given table, using the
provided WHERE
clause.
- countRowsInTableWhere(JdbcTemplate, String, String) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
Count the rows in the given table, using the provided WHERE
clause.
- createAsyncRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
-
- createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
Factory method for creating a new BeanDefinitionReader
for loading
bean definitions into the supplied context
.
- createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
-
Creates a new PropertiesBeanDefinitionReader
.
- createBeanDefinitionReader(GenericApplicationContext) - Method in class org.springframework.test.context.support.GenericXmlContextLoader
-
Create a new XmlBeanDefinitionReader
.
- createConnection(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Create a new
WebConnection
that will use a
MockMvc
instance if one of the specified
WebRequestMatcher
instances
matches.
- createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in interface org.springframework.test.context.ContextCustomizerFactory
-
Create a
ContextCustomizer
that should be used to customize a
ConfigurableApplicationContext
before it is refreshed.
- CREATED_BY_THE_TESTCONTEXT_FRAMEWORK - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
-
Attribute name for a request attribute which indicates that the
MockHttpServletRequest
stored in the
RequestAttributes
in Spring Web's
RequestContextHolder
was created by the TestContext
framework.
- createDelegatingTransactionAttribute(TestContext, TransactionAttribute) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Create a delegating
TransactionAttribute
for the supplied target
TransactionAttribute
and
TestContext
, using the names of
the test class and test method to build the name of the transaction.
- createFilter(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
-
- createInitialContextFactory(Hashtable<?, ?>) - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Simple InitialContextFactoryBuilder implementation,
creating a new SimpleNamingContext instance.
- createListener(Class<T>) - Method in class org.springframework.mock.web.MockAsyncContext
-
- createListener(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
-
- createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List<ResultMatcher>, List<ResultHandler>, List<DispatcherServletCustomizer>) - Method in class org.springframework.test.web.servlet.MockMvcBuilderSupport
-
- createRequest(URI, HttpMethod) - Method in class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
-
- createResponse(ClientHttpRequest) - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
Note that as of 5.0.3, the creation of the response, which may block
intentionally, is separated from request count tracking, and this
method no longer increments the count transparently.
- createResponse(ClientHttpRequest) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
-
- createResponse(ClientHttpRequest) - Method in interface org.springframework.test.web.client.ResponseCreator
-
Create a response for the given request.
- createServer(RestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
A shortcut for bindTo(restTemplate).build()
.
- createServer(AsyncRestTemplate) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
- createServer(RestGatewaySupport) - Static method in class org.springframework.test.web.client.MockRestServiceServer
-
A shortcut for bindTo(restGateway).build()
.
- createServlet(Class<T>) - Method in class org.springframework.mock.web.MockServletContext
-
- createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
- createServletRequest(ServletContext) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
- createSubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- createSubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- createTest() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Delegate to the parent implementation for creating the test instance and
then allow the
TestContextManager
to
prepare the test instance before returning it.
- createTestContextManager(Class<?>) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
- createUnexpectedRequestError(ClientHttpRequest) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Return an AssertionError
that a sub-class can raise for an
unexpected request.
- customize(DispatcherServlet) - Method in interface org.springframework.test.web.servlet.DispatcherServletCustomizer
-
Customize the supplied DispatcherServlet
before it is
initialized.
- customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
Customize the internal bean factory of the ApplicationContext created by
this ContextLoader
.
- customizeBeanFactory(DefaultListableBeanFactory, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
Customize the internal bean factory of the WebApplicationContext
created by this context loader.
- customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in interface org.springframework.test.context.ContextCustomizer
-
Customize the supplied ConfigurableApplicationContext
after
bean definitions have been loaded into the context but before the
context has been refreshed.
- customizeContext(ConfigurableApplicationContext, MergedContextConfiguration) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Customize the ConfigurableApplicationContext
created by this
ContextLoader
after bean definitions have been loaded
into the context but before the context has been refreshed.
- customizeContext(GenericApplicationContext) - Method in class org.springframework.test.context.support.AbstractGenericContextLoader
-
Customize the GenericApplicationContext
created by this
ContextLoader
after bean definitions have been
loaded into the context but before the context is refreshed.
- customizeContext(GenericWebApplicationContext, WebMergedContextConfiguration) - Method in class org.springframework.test.context.web.AbstractGenericWebContextLoader
-
Customize the GenericWebApplicationContext
created by this context
loader after bean definitions have been loaded into the context but
before the context is refreshed.
- dateValue(String, long) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert the primary value of the named response header as a date String,
using the preferred date format described in RFC 7231.
- deactivate() - Method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Temporarily deactivate this context builder.
- declareRoles(String...) - Method in class org.springframework.mock.web.MockServletContext
-
- DEFAULT_DATA_SOURCE_NAME - Static variable in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Default bean name for a DataSource
: "dataSource"
.
- DEFAULT_MAX_CONTEXT_CACHE_SIZE - Static variable in interface org.springframework.test.context.cache.ContextCache
-
The default maximum size of the context cache: 32.
- DEFAULT_PROTOCOL - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
The default protocol: 'HTTP/1.1'.
- DEFAULT_REMOTE_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
The default remote address: '127.0.0.1'.
- DEFAULT_REMOTE_HOST - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
The default remote host: 'localhost'.
- DEFAULT_SCHEME - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
The default scheme: 'http'.
- DEFAULT_SERVER_ADDR - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
The default server address: '127.0.0.1'.
- DEFAULT_SERVER_NAME - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
The default server name: 'localhost'.
- DEFAULT_SERVER_PORT - Static variable in class org.springframework.mock.web.MockHttpServletRequest
-
The default server port: '80'.
- DEFAULT_TRANSACTION_MANAGER_NAME - Static variable in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Default bean name for a PlatformTransactionManager
:
"transactionManager"
.
- DefaultActiveProfilesResolver - Class in org.springframework.test.context.support
-
- DefaultActiveProfilesResolver() - Constructor for class org.springframework.test.context.support.DefaultActiveProfilesResolver
-
- DefaultBootstrapContext - Class in org.springframework.test.context.support
-
- DefaultBootstrapContext(Class<?>, CacheAwareContextLoaderDelegate) - Constructor for class org.springframework.test.context.support.DefaultBootstrapContext
-
Construct a new DefaultBootstrapContext
from the supplied arguments.
- DefaultCacheAwareContextLoaderDelegate - Class in org.springframework.test.context.cache
-
- DefaultCacheAwareContextLoaderDelegate() - Constructor for class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
-
- DefaultCacheAwareContextLoaderDelegate(ContextCache) - Constructor for class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
-
Construct a new
DefaultCacheAwareContextLoaderDelegate
using
the supplied
ContextCache
.
- DefaultContextCache - Class in org.springframework.test.context.cache
-
- DefaultContextCache() - Constructor for class org.springframework.test.context.cache.DefaultContextCache
-
- DefaultContextCache(int) - Constructor for class org.springframework.test.context.cache.DefaultContextCache
-
Create a new DefaultContextCache
using the supplied maximum
cache size.
- defaultCookie(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Add the given header to all requests that haven't added it.
- defaultCookies(Consumer<MultiValueMap<String, String>>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Manipulate the default cookies with the given consumer.
- defaultHeader(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Add the given header to all requests that haven't added it.
- defaultHeaders(Consumer<HttpHeaders>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Manipulate the default headers with the given consumer.
- DefaultMockMvcBuilder - Class in org.springframework.test.web.servlet.setup
-
A concrete implementation of
AbstractMockMvcBuilder
that provides
the
WebApplicationContext
supplied to it as a constructor argument.
- DefaultMockMvcBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
-
Protected constructor.
- defaultRequest(RequestBuilder) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- defaultRequest(RequestBuilder) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
-
Define default request properties that should be merged into all
performed requests.
- DefaultRequestExpectation - Class in org.springframework.test.web.client
-
Default implementation of RequestExpectation
that simply delegates
to the request matchers and the response creator it contains.
- DefaultRequestExpectation(ExpectedCount, RequestMatcher) - Constructor for class org.springframework.test.web.client.DefaultRequestExpectation
-
Create a new request expectation that should be called a number of times
as indicated by RequestCount
.
- DefaultRequestExpectation.RequestCount - Class in org.springframework.test.web.client
-
Helper class that keeps track of actual vs expected request count.
- DefaultResponseCreator - Class in org.springframework.test.web.client.response
-
A ResponseCreator
with builder-style methods for adding response details.
- DefaultResponseCreator(HttpStatus) - Constructor for class org.springframework.test.web.client.response.DefaultResponseCreator
-
Protected constructor.
- DefaultTestContext - Class in org.springframework.test.context.support
-
- DefaultTestContext(DefaultTestContext) - Constructor for class org.springframework.test.context.support.DefaultTestContext
-
Copy constructor for creating a new DefaultTestContext
based on the attributes and immutable state of the supplied context.
- DefaultTestContext(Class<?>, MergedContextConfiguration, CacheAwareContextLoaderDelegate) - Constructor for class org.springframework.test.context.support.DefaultTestContext
-
Construct a new DefaultTestContext
from the supplied arguments.
- DefaultTestContextBootstrapper - Class in org.springframework.test.context.support
-
- DefaultTestContextBootstrapper() - Constructor for class org.springframework.test.context.support.DefaultTestContextBootstrapper
-
- DelegateWebConnection(WebRequestMatcher, WebConnection) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
-
- DelegatingServletInputStream - Class in org.springframework.mock.web
-
- DelegatingServletInputStream(InputStream) - Constructor for class org.springframework.mock.web.DelegatingServletInputStream
-
Create a DelegatingServletInputStream for the given source stream.
- DelegatingServletOutputStream - Class in org.springframework.mock.web
-
- DelegatingServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.DelegatingServletOutputStream
-
Create a DelegatingServletOutputStream for the given target stream.
- DelegatingSmartContextLoader - Class in org.springframework.test.context.support
-
- DelegatingSmartContextLoader() - Constructor for class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- DelegatingWebConnection - Class in org.springframework.test.web.servlet.htmlunit
-
Implementation of WebConnection
that allows delegating to various
WebConnection
implementations.
- DelegatingWebConnection(WebConnection, List<DelegatingWebConnection.DelegateWebConnection>) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
-
- DelegatingWebConnection(WebConnection, DelegatingWebConnection.DelegateWebConnection...) - Constructor for class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
-
- DelegatingWebConnection.DelegateWebConnection - Class in org.springframework.test.web.servlet.htmlunit
-
- delete(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
HTTP DELETE variant.
- delete() - Method in class org.springframework.mock.web.MockPart
-
- delete() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP DELETE request.
- delete(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- delete(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- deleteFromTables(String...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Convenience method for deleting all rows from the specified tables.
- deleteFromTables(String...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Convenience method for deleting all rows from the specified tables.
- deleteFromTables(JdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
Delete all rows from the specified tables.
- deleteFromTableWhere(String, String, Object...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Convenience method for deleting all rows from the given table, using the
provided WHERE
clause.
- deleteFromTableWhere(String, String, Object...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Convenience method for deleting all rows from the given table, using the
provided WHERE
clause.
- deleteFromTableWhere(JdbcTemplate, String, String, Object...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
Delete rows from the given table, using the provided WHERE
clause.
- DependencyInjectionTestExecutionListener - Class in org.springframework.test.context.support
-
TestExecutionListener
which provides support for dependency
injection and initialization of test instances.
- DependencyInjectionTestExecutionListener() - Constructor for class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
- deserializeState(Serializable) - Method in class org.springframework.mock.web.MockHttpSession
-
- destroySubcontext(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- destroySubcontext(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
Detect the default configuration classes for the supplied test class.
- detectDefaultConfigurationClasses(Class<?>) - Static method in class org.springframework.test.context.support.AnnotationConfigContextLoaderUtils
-
Detect the default configuration classes for the supplied test class.
- detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
Detect the default configuration classes for the supplied test class.
- DirtiesContext - Annotation Type in org.springframework.test.annotation
-
Test annotation which indicates that the
ApplicationContext
associated with a test is dirty and should therefore be closed
and removed from the context cache.
- DirtiesContext.ClassMode - Enum in org.springframework.test.annotation
-
Defines modes which determine how @DirtiesContext
is
interpreted when used to annotate a test class.
- DirtiesContext.HierarchyMode - Enum in org.springframework.test.annotation
-
Defines
modes which determine how the context cache is cleared
when
@DirtiesContext
is used in a test whose context is
configured as part of a hierarchy via
@ContextHierarchy
.
- DirtiesContext.MethodMode - Enum in org.springframework.test.annotation
-
Defines modes which determine how @DirtiesContext
is
interpreted when used to annotate a test method.
- DirtiesContextBeforeModesTestExecutionListener - Class in org.springframework.test.context.support
-
TestExecutionListener
which provides support for marking the
ApplicationContext
associated with a test as
dirty for
both test classes and test methods annotated with the
@DirtiesContext
annotation.
- DirtiesContextBeforeModesTestExecutionListener() - Constructor for class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
-
- DirtiesContextTestExecutionListener - Class in org.springframework.test.context.support
-
TestExecutionListener
which provides support for marking the
ApplicationContext
associated with a test as
dirty for
both test classes and test methods annotated with the
@DirtiesContext
annotation.
- DirtiesContextTestExecutionListener() - Constructor for class org.springframework.test.context.support.DirtiesContextTestExecutionListener
-
- dirtyContext(TestContext, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
-
- DisabledIf - Annotation Type in org.springframework.test.context.junit.jupiter
-
@DisabledIf
is used to signal that the annotated test class or test
method is
disabled and should not be executed if the supplied
DisabledIf.expression()
evaluates to
true
.
- DisabledIfCondition - Class in org.springframework.test.context.junit.jupiter
-
DisabledIfCondition
is an
ExecutionCondition
that supports the
@DisabledIf
annotation when using the
Spring
TestContext Framework in conjunction with JUnit 5's
Jupiter programming model.
- DisabledIfCondition() - Constructor for class org.springframework.test.context.junit.jupiter.DisabledIfCondition
-
- dispatch() - Method in class org.springframework.mock.web.MockAsyncContext
-
- dispatch(String) - Method in class org.springframework.mock.web.MockAsyncContext
-
- dispatch(ServletContext, String) - Method in class org.springframework.mock.web.MockAsyncContext
-
- DispatcherServletCustomizer - Interface in org.springframework.test.web.servlet
-
Strategy interface for customizing
DispatcherServlet
instances that are
managed by
MockMvc
.
- dispatchOptions(boolean) - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- dispatchOptions(boolean) - Method in interface org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder
-
Whether to enable the DispatcherServlet property
dispatchOptionsRequest
which allows processing of HTTP OPTIONS requests.
- doesNotContain(E...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
-
Assert the extracted list of values doesn't contain the given elements.
- doesNotExist(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that a non-null value does not exist at the given path.
- doesNotExist(byte[], String) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content does not exist.
- doesNotExist() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that a value does not exist at the given path.
- doesNotExist() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Assert that content does not exist at the given XPath.
- doesNotExist(String) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect that the header with the given name is not present.
- doesNotExist() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- doesNotExist(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie does not exist.
- doesNotExist(String) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert that the named response header does not exist.
- doesNotExist() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that a non-null value does not exist at the given path.
- doesNotExist() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert that content doesn't exist.
- doesNotHaveJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that a value, including null
values, does not exist
at the given path.
- doesNotHaveJsonPath() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the supplied content
and assert that a value, including null
values, does not exist
at the given path.
- doesNotHaveJsonPath() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- doesNotHaveJsonPath() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the supplied content
and assert that a value, including null
values, does not exist
at the given path.
- doEvaluate(String, Class, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
-
- doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockFilterChain
-
Invoke registered
Filter
s and/or
Servlet
also saving the
request and response.
- doFilter(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.PassThroughFilterChain
-
Pass the call on to the Filter/Servlet.
- domain(String, Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's domain with a Hamcrest Matcher
.
- domain(String, String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's domain value.
- dropTables(String...) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Convenience method for dropping all of the specified tables.
- dropTables(String...) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Convenience method for dropping all of the specified tables.
- dropTables(JdbcTemplate, String...) - Static method in class org.springframework.test.jdbc.JdbcTestUtils
-
Drop the specified tables.
- emptyActivatedContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
If no SimpleNamingContextBuilder is already configuring JNDI,
create and activate one.
- EnabledIf - Annotation Type in org.springframework.test.context.junit.jupiter
-
@EnabledIf
is used to signal that the annotated test class or test
method is
enabled and should be executed if the supplied
EnabledIf.expression()
evaluates to
true
.
- EnabledIfCondition - Class in org.springframework.test.context.junit.jupiter
-
EnabledIfCondition
is an
ExecutionCondition
that supports the
@EnabledIf
annotation when using the
Spring
TestContext Framework in conjunction with JUnit 5's
Jupiter programming model.
- EnabledIfCondition() - Constructor for class org.springframework.test.context.junit.jupiter.EnabledIfCondition
-
- encodeRedirectURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- encodeRedirectUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Deprecated.
- encodeURL(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
The default implementation returns the given URL String as-is.
- encodeUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Deprecated.
- encoding(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
-
Assert the character encoding in the ServletResponse.
- end() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Immediately force a
commit or
rollback of the current
test-managed transaction, according to the
rollback flag.
- EntityExchangeResult<T> - Class in org.springframework.test.web.reactive.server
-
ExchangeResult
sub-class that exposes the response body fully
extracted to a representation of type <T>
.
- equals(Object) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- equals(Object) - Method in class org.springframework.test.context.MergedContextConfiguration
-
- equals(Object) - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
-
- errorCount(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the total number of errors in the model.
- evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.springframework.mock.web.MockExpressionEvaluator
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.ProfileValueChecker
-
Determine if the test specified by arguments to the
constructor is
enabled in
the current environment, as configured via the
@IfProfileValue
annotation.
- evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
-
- evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
-
Evaluate the next
statement
in the execution chain
(typically an instance of
SpringRepeat
) and throw a
TimeoutException
if the next
statement
executes longer
than the specified
timeout
.
- evaluate() - Method in class org.springframework.test.context.junit4.statements.SpringRepeat
-
Evaluate the next statement
in the execution chain
repeatedly, using the specified repeat count.
- evaluateExecutionCondition(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.DisabledIfCondition
-
Containers and tests are disabled if @DisabledIf
is present on the
corresponding test class or test method and the configured expression evaluates
to true
.
- evaluateExecutionCondition(ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.EnabledIfCondition
-
Containers and tests are enabled if @EnabledIf
is present on the
corresponding test class or test method and the configured expression
evaluates to true
.
- evaluateXpath(Document, QName, Class<T>) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression to given document.
- exchange() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Perform the exchange without a request body.
- ExchangeResult - Class in org.springframework.test.web.reactive.server
-
Container for request and response details for exchanges performed through
WebTestClient
.
- exchangeStrategies(ExchangeStrategies) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Configure the ExchangeStrategies
to use.
- execute() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- executeAsync() - Method in class org.springframework.mock.http.client.MockAsyncClientHttpRequest
-
Deprecated.
- executeInternal() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
The default implementation returns the configured
response
.
- executeSqlScript(String, boolean) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Execute the given SQL script.
- executeSqlScript(String, boolean) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Execute the given SQL script.
- exists(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that a non-null value, possibly an empty array or map, exists
at the given path.
- exists(byte[], String) - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Apply the XPath expression and assert the resulting content exists.
- exists() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that a non-null value exists at the given path.
- exists() - Method in class org.springframework.test.web.client.match.XpathRequestMatchers
-
Assert that content exists at the given XPath.
- exists(String) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect that the header with the given name is present.
- exists() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- exists(String) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie exists.
- exists(String) - Method in class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Assert that the named response header exists.
- exists() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
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.
- exists() - Method in class org.springframework.test.web.servlet.result.XpathResultMatchers
-
Evaluate the XPath and assert that content exists.
- expect(RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Set up an expectation for a single HTTP request.
- expect(ExpectedCount, RequestMatcher) - Method in class org.springframework.test.web.client.MockRestServiceServer
-
- expectBody(Class<B>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Consume and decode the response body to a single object of type
<B>
and then apply assertions.
- expectBody(ParameterizedTypeReference<B>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
- expectBody() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Consume and decode the response body to byte[]
and then apply
assertions on the raw content (e.g.
- expectBodyList(Class<E>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Consume and decode the response body to List<E>
and then apply
List-specific assertions.
- expectBodyList(ParameterizedTypeReference<E>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
- ExpectedCount - Class in org.springframework.test.web.client
-
A simple type representing a range for an expected count.
- ExpectedLookupTemplate - Class in org.springframework.mock.jndi
-
Simple extension of the JndiTemplate class that always returns a given object.
- ExpectedLookupTemplate() - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
-
Construct a new JndiTemplate that will always return given objects for
given names.
- ExpectedLookupTemplate(String, Object) - Constructor for class org.springframework.mock.jndi.ExpectedLookupTemplate
-
Construct a new JndiTemplate that will always return the given object,
but honour only requests for the given name.
- expectHeader() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Assertions on the headers of the response.
- expectRequest(ExpectedCount, RequestMatcher) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- expectRequest(ExpectedCount, RequestMatcher) - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Set up a new request expectation.
- expectStatus() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Assertions on the response status.
- expires(int) - Method in class org.springframework.test.web.reactive.server.HeaderAssertions
-
Expect an "Expires" header with the given value.
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Generate the default classpath resource locations array based on the
supplied class.
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- generateDefaultLocations(Class<?>) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- GenericGroovyXmlContextLoader - Class in org.springframework.test.context.support
-
- GenericGroovyXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
- GenericGroovyXmlWebContextLoader - Class in org.springframework.test.context.web
-
- GenericGroovyXmlWebContextLoader() - Constructor for class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
- GenericPropertiesContextLoader - Class in org.springframework.test.context.support
-
- GenericPropertiesContextLoader() - Constructor for class org.springframework.test.context.support.GenericPropertiesContextLoader
-
- GenericXmlContextLoader - Class in org.springframework.test.context.support
-
- GenericXmlContextLoader() - Constructor for class org.springframework.test.context.support.GenericXmlContextLoader
-
- GenericXmlWebContextLoader - Class in org.springframework.test.context.web
-
- GenericXmlWebContextLoader() - Constructor for class org.springframework.test.context.web.GenericXmlWebContextLoader
-
- get(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
Create an HTTP GET builder with the given URI template.
- get(String) - Method in interface org.springframework.test.annotation.ProfileValueSource
-
Get the profile value indicated by the specified key.
- get(String) - Method in class org.springframework.test.annotation.SystemProfileValueSource
-
Get the profile value indicated by the specified key from the
system properties.
- get(MergedContextConfiguration) - Method in interface org.springframework.test.context.cache.ContextCache
-
Obtain a cached ApplicationContext
for the given key.
- get(MergedContextConfiguration) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Obtain a cached ApplicationContext
for the given key.
- get() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP GET request.
- get(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- get(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- getActiveProfiles() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged active bean definition profiles for the
test class.
- getAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getAnnotationAttributes() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
Get the delegate SmartContextLoader
that supports annotated classes.
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- getAnnotationConfigLoader() - Method in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- getAnnotationType() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getApplicationContext(ExtensionContext) - Static method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
Get the ApplicationContext
associated with the supplied ExtensionContext
.
- getApplicationContext() - Method in class org.springframework.test.context.support.DefaultTestContext
-
Get the application context for this
test context.
- getApplicationContext() - Method in interface org.springframework.test.context.TestContext
-
Get the application context for this
test context, possibly cached.
- getAsyncContext() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAsyncResult() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Get the result of async execution.
- getAsyncResult(long) - Method in interface org.springframework.test.web.servlet.MvcResult
-
Get the result of async execution.
- getAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockHttpSession
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockPageContext
-
- getAttributeNames() - Method in class org.springframework.mock.web.MockServletContext
-
- getAttributeNamesInScope(int) - Method in class org.springframework.mock.web.MockPageContext
-
- getAttributesScope(String) - Method in class org.springframework.mock.web.MockPageContext
-
- getAuthType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getBody() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- getBody() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- getBody() - Method in class org.springframework.mock.http.MockHttpInputMessage
-
- getBody() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content.
- getBody() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- getBody() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
Return the response body or an error stream if the body was not set.
- getBodyAsBytes() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return body content as a byte array.
- getBodyAsString() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
Return the response body aggregated and converted to a String using the
charset of the Content-Type response or otherwise as "UTF-8".
- getBodyAsString() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content interpreted as a UTF-8 string.
- getBodyAsString(Charset) - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the body content as a string.
- getBodyAsString() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
Aggregate response data and convert to a String using the "Content-Type"
charset or "UTF-8" by default.
- getBootstrapContext() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getBootstrapContext() - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- getBufferSize() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getBytes() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getCacheAwareContextLoaderDelegate() - Method in interface org.springframework.test.context.BootstrapContext
-
- getCacheAwareContextLoaderDelegate() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getCacheAwareContextLoaderDelegate() - Method in class org.springframework.test.context.support.DefaultBootstrapContext
-
- getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCharacterEncoding() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged annotated classes for the
test class.
- getClassLoader() - Method in class org.springframework.mock.web.MockServletContext
-
- getComment() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getComposedAnnotation() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getComposedAnnotationType() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Get the content of the request body as a byte array.
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentAsByteArray() - Method in class org.springframework.mock.web.MockPageContext
-
- getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentAsString() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentAsString() - Method in class org.springframework.mock.web.MockPageContext
-
- getContentLength() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentLength() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentLengthLong() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentLengthLong() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContentType() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getContentType() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getContentType() - Method in class org.springframework.mock.web.MockPart
-
- getContext(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getContextCache() - Method in class org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate
-
- getContextCustomizerFactories() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getContextCustomizers() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged
ContextCustomizers
that will be applied
when the application context is loaded.
- getContextInitializerClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged
ApplicationContextInitializer
classes for the
test class.
- getContextLoader() - Method in class org.springframework.test.context.MergedContextConfiguration
-
- getContextLoaderClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getContextPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getContextPath() - Method in class org.springframework.mock.web.MockServletContext
-
- getCookie(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCookies() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- getCookies() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getCookies() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getCreationTime() - Method in class org.springframework.mock.web.MockHttpSession
-
- getCurrentContextBuilder() - Static method in class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
Checks if a SimpleNamingContextBuilder is active.
- getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return the long timestamp for the date header with the given name
.
- getDateHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getDeclaredRoles() - Method in class org.springframework.mock.web.MockServletContext
-
- getDeclaringClass() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getDeclaringClass() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
Determine the default
ContextLoader
class
to use for the supplied test class.
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.support.DefaultTestContextBootstrapper
-
- getDefaultContextLoaderClass(Class<?>) - Method in class org.springframework.test.context.web.WebTestContextBootstrapper
-
- getDefaultServletName() - Method in class org.springframework.mock.web.MockServletContext
-
Get the name of the default Servlet
.
- getDefaultSessionTrackingModes() - Method in class org.springframework.mock.web.MockServletContext
-
- getDefaultTestExecutionListenerClasses() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getDefaultTestExecutionListenerClassNames() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getDescription() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Return a description suitable for an ignored test class if the test is
disabled via @IfProfileValue
at the class-level, and
otherwise delegate to the parent implementation.
- getDispatchedPath() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getDispatcherType() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getDomain() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getEffectiveMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getEffectiveMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getEffectiveSessionTrackingModes() - Method in class org.springframework.mock.web.MockServletContext
-
- getELContext() - Method in class org.springframework.mock.web.MockPageContext
-
- getEnvironment() - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getErrorMessage() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getException() - Method in class org.springframework.mock.web.MockPageContext
-
- getExpectations() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Return a read-only list of the expectations.
- getExpectations() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
- getExpectedCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- getExpectedException(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Get the exception
that the supplied test method is expected to throw.
- getExpressionEvaluator() - Method in class org.springframework.mock.web.MockPageContext
-
Deprecated.
- getField(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Get the value of the field with the given name
from the provided targetObject
.
- getField(Class<?>, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Get the value of the static field with the given
name
from the provided targetClass
.
- getField(Object, Class<?>, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Get the value of the field with the given name
from the provided targetObject
/targetClass
.
- getFile(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFileNames() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFiles(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getFilterName() - Method in class org.springframework.mock.web.MockFilterConfig
-
- getFilterRegistration(String) - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns null
.
- getFilterRegistrations() - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns an empty map.
- getFlashMap() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the "output" flash attributes saved during request processing.
- getForwardedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getHandler() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the executed handler.
- getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeader(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return the primary value for the given header as a String, if any.
- getHeader(String) - Method in class org.springframework.mock.web.MockPart
-
- getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeaderNames() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return the names of all specified headers as a Set of Strings.
- getHeaderNames() - Method in class org.springframework.mock.web.MockPart
-
- getHeaders() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- getHeaders() - Method in class org.springframework.mock.http.MockHttpInputMessage
-
- getHeaders() - Method in class org.springframework.mock.http.MockHttpOutputMessage
-
Return the headers.
- getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getHeaders(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return all values for the given header as a List of Strings.
- getHeaders(String) - Method in class org.springframework.mock.web.MockPart
-
- getHeaders() - Method in class org.springframework.mock.web.MockPart
-
Return the HttpHeaders
backing header related accessor methods,
allowing for populating selected header entries.
- getHeaderValue(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return the primary value for the given header, if any.
- getHeaderValues(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return all values for the given header as a List of value objects.
- getHitCount() - Method in interface org.springframework.test.context.cache.ContextCache
-
Get the overall hit count for this cache.
- getHitCount() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Get the overall hit count for this cache.
- getId() - Method in class org.springframework.mock.web.MockHttpSession
-
- getIncludedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getIncludedUrls() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getInitParameter(String) - Method in class org.springframework.mock.web.MockFilterConfig
-
- getInitParameter(String) - Method in class org.springframework.mock.web.MockServletConfig
-
- getInitParameter(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getInitParameterNames() - Method in class org.springframework.mock.web.MockFilterConfig
-
- getInitParameterNames() - Method in class org.springframework.mock.web.MockServletConfig
-
- getInitParameterNames() - Method in class org.springframework.mock.web.MockServletContext
-
- getInputStream() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getInputStream() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getInputStream() - Method in class org.springframework.mock.web.MockPart
-
- getInstance() - Static method in class org.springframework.test.annotation.SystemProfileValueSource
-
Obtain the canonical instance of this ProfileValueSource.
- getInterceptors() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return interceptors around the handler.
- getIntHeader(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getJspConfigDescriptor() - Method in class org.springframework.mock.web.MockServletContext
-
- getJUnitTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Retrieve the configured JUnit timeout
from the @Test
annotation on the supplied test method.
- getLastAccessedTime() - Method in class org.springframework.mock.web.MockHttpSession
-
- getListeners() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getLocalAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocale() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return the first preferred locale configured
in this mock request.
- getLocale() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getLocales() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return an enumeration of the preferred
locales configured in this mock request.
- getLocalName() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocalPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged resource locations for
ApplicationContext
configuration files for the
test class.
- getMajorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getMatchedRequestCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- getMaxAge() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getMaxCount() - Method in class org.springframework.test.web.client.ExpectedCount
-
Return the max
boundary of the expected count range.
- getMaxInactiveInterval() - Method in class org.springframework.mock.web.MockHttpSession
-
- getMaxSize() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Get the maximum size of this cache.
- getMethod() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- getMethod() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- getMethod() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- getMethod() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getMethod() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the method of the request.
- getMethodValue() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- getMethodValue() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- getMimeType(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getMinCount() - Method in class org.springframework.test.web.client.ExpectedCount
-
Return the min
boundary of the expected count range.
- getMinorVersion() - Method in class org.springframework.mock.web.MockServletContext
-
- getMissCount() - Method in interface org.springframework.test.context.cache.ContextCache
-
Get the overall miss count for this cache.
- getMissCount() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Get the overall miss count for this cache.
- getMockHttpServletResponse(ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
-
- getModelAndView() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the ModelAndView
prepared by the handler.
- getMultiFileMap() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getMultipartContentType(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getMultipartHeaders(String) - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getName() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getName() - Method in class org.springframework.mock.web.MockPart
-
- getName() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getName() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- getNamedDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getNameInNamespace() - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNameParser(Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNameParser(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- getNativeRequest() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- getNativeResponse() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
- getOrder() - Method in class org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
-
Returns 5000
.
- getOrder() - Method in class org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener
-
- getOrder() - Method in class org.springframework.test.context.support.AbstractTestExecutionListener
-
The default implementation returns Ordered.LOWEST_PRECEDENCE
,
thereby ensuring that custom listeners are ordered after default
listeners supplied by the framework.
- getOrder() - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
Returns 2000
.
- getOrder() - Method in class org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener
-
Returns 1500
.
- getOrder() - Method in class org.springframework.test.context.support.DirtiesContextTestExecutionListener
-
Returns 3000
.
- getOrder() - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Returns 4000
.
- getOrder() - Method in class org.springframework.test.context.web.ServletTestExecutionListener
-
Returns 1000
.
- getOriginalFilename() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getOut() - Method in class org.springframework.mock.web.MockPageContext
-
- getOutputStream() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getPage() - Method in class org.springframework.mock.web.MockPageContext
-
- getParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterMap() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterNames() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParameterValues(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParamsMultiValueMap(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getParent() - Method in class org.springframework.test.context.MergedContextConfiguration
-
- getParentApplicationContext() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the parent ApplicationContext
for the context defined by this
MergedContextConfiguration
from the context cache.
- getParentContextCount() - Method in interface org.springframework.test.context.cache.ContextCache
-
Determine the number of parent contexts currently tracked within the cache.
- getParentContextCount() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Determine the number of parent contexts currently tracked within the cache.
- getPart(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getParts() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPath() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- getPathInfo() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPathTranslated() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getPrinter() - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getPropertySourceLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged resource locations for test
PropertySources
for the
test class.
- getPropertySourceProperties() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the merged test
PropertySource
properties for the
test class.
- getProtocol() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getQueryString() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRawStatusCode() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
-
- getReader() - Method in class org.springframework.mock.web.MockBodyContent
-
- getReader() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRealPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Deprecated.
- getRealPath(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getRedirectedUrl() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getRemaining() - Method in class org.springframework.mock.web.MockBodyContent
-
- getRemaining() - Method in class org.springframework.mock.web.MockJspWriter
-
- getRemoteAddr() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteAddress() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- getRemoteHost() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemotePort() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRemoteUser() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRepeatCount(Method) - Static method in class org.springframework.test.annotation.TestAnnotationUtils
-
Get the repeat count configured via the
@Repeat
annotation on the supplied
method
.
- getRequest() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getRequest() - Method in class org.springframework.mock.web.MockFilterChain
-
- getRequest() - Method in class org.springframework.mock.web.MockPageContext
-
- getRequest() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the performed request.
- getRequestBodyContent() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the raw request body content written as a byte[]
.
- getRequestCharacterEncoding() - Method in class org.springframework.mock.web.MockServletContext
-
- getRequestCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- getRequestDetails() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Return details of executed requests.
- getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestDispatcher(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getRequestedSessionId() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestHeaders() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getRequestHeaders() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the request headers sent to the server.
- getRequestHeaders(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getRequestMatchers() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- getRequestMethod() - Method in class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- getRequests() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
Return a read-only list of requests executed so far.
- getRequestURI() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getRequestURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getResolvedException() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return any exception raised by a handler and successfully resolved
through a HandlerExceptionResolver
.
- getResource(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getResourceAsStream(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getResourceBasePath() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
-
Get the resource path to the root directory of the web application for the
test class, configured via
@WebAppConfiguration
.
- getResourceLocation(String) - Method in class org.springframework.mock.web.MockServletContext
-
Build a full resource location for the given path, prepending the resource
base path of this MockServletContext
.
- getResourcePaths(String) - Method in class org.springframework.mock.web.MockServletContext
-
- getResourceSuffix() - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Get the suffix to append to ApplicationContext
resource locations
when detecting default locations.
- getResourceSuffix() - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- getResourceSuffix() - Method in class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
GenericGroovyXmlContextLoader
supports both Groovy and XML
resource types for detection of defaults.
- getResourceSuffix() - Method in class org.springframework.test.context.support.GenericPropertiesContextLoader
-
Returns "-context.properties
".
- getResourceSuffix() - Method in class org.springframework.test.context.support.GenericXmlContextLoader
-
Returns "-context.xml"
in order to support detection of a
default XML config file.
- getResourceSuffix() - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- getResourceSuffix() - Method in class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
GenericGroovyXmlWebContextLoader
supports both Groovy and XML
resource types for detection of defaults.
- getResourceSuffix() - Method in class org.springframework.test.context.web.GenericXmlWebContextLoader
-
Returns "-context.xml"
in order to support detection of a
default XML config file.
- getResourceSuffixes() - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Get the suffixes to append to ApplicationContext
resource locations
when detecting default locations.
- getResourceSuffixes() - Method in class org.springframework.test.context.support.GenericGroovyXmlContextLoader
-
Returns "-context.xml" and "Context.groovy"
in order to
support detection of a default XML config file or Groovy script.
- getResourceSuffixes() - Method in class org.springframework.test.context.web.GenericGroovyXmlWebContextLoader
-
Returns "-context.xml" and "Context.groovy"
in order to
support detection of a default XML config file or Groovy script.
- getResponse() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getResponse() - Method in class org.springframework.mock.web.MockFilterChain
-
- getResponse() - Method in class org.springframework.mock.web.MockPageContext
-
- getResponse() - Method in class org.springframework.mock.web.server.MockServerWebExchange
-
- getResponse(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection
-
- getResponse(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
- getResponse() - Method in interface org.springframework.test.web.servlet.MvcResult
-
Return the resulting response.
- getResponseBody() - Method in class org.springframework.test.web.reactive.server.EntityExchangeResult
-
Return the entity extracted from the response body.
- getResponseBody() - Method in class org.springframework.test.web.reactive.server.FluxExchangeResult
-
Return the response body as a Flux<T>
of decoded elements.
- getResponseBodyContent() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the raw request body content written as a byte[]
.
- getResponseBodyContent() - Method in class org.springframework.test.web.reactive.server.FluxExchangeResult
-
Return the raw request body content written as a byte[]
.
- getResponseCharacterEncoding() - Method in class org.springframework.mock.web.MockServletContext
-
- getResponseCookies() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return response cookies received from the server.
- getResponseCreator() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- getResponseHeaders() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the response headers received from the server.
- getResponseHeaders(MockHttpServletResponse) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getRootDeclaringClass() - Method in class org.springframework.test.util.MetaAnnotationUtils.AnnotationDescriptor
-
- getScheme() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServerInfo() - Method in class org.springframework.mock.web.MockServletContext
-
- getServerName() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServerPort() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServlet(String) - Method in class org.springframework.mock.web.MockServletContext
-
Deprecated.
- getServletConfig() - Method in class org.springframework.mock.web.MockPageContext
-
- getServletContext() - Method in class org.springframework.mock.web.MockFilterConfig
-
- getServletContext() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return the ServletContext that this request is associated with.
- getServletContext() - Method in class org.springframework.mock.web.MockHttpSession
-
- getServletContext() - Method in class org.springframework.mock.web.MockPageContext
-
- getServletContext() - Method in class org.springframework.mock.web.MockServletConfig
-
- getServletContextName() - Method in class org.springframework.mock.web.MockServletContext
-
- getServletName() - Method in class org.springframework.mock.web.MockServletConfig
-
- getServletNames() - Method in class org.springframework.mock.web.MockServletContext
-
Deprecated.
- getServletPath() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getServletRegistration(String) - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns null
.
- getServletRegistrations() - Method in class org.springframework.mock.web.MockServletContext
-
This method always returns an empty map.
- getServlets() - Method in class org.springframework.mock.web.MockServletContext
-
Deprecated.
- getSession(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getSession() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getSession() - Method in class org.springframework.mock.web.MockPageContext
-
- getSessionAttributes(MockHttpServletRequest) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- getSessionContext() - Method in class org.springframework.mock.web.MockHttpSession
-
- getSessionCookieConfig() - Method in class org.springframework.mock.web.MockServletContext
-
- getSessionTimeout() - Method in class org.springframework.mock.web.MockServletContext
-
- getSize() - Method in class org.springframework.mock.web.MockMultipartFile
-
- getSize() - Method in class org.springframework.mock.web.MockPart
-
- getSourceStream() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
Return the underlying source stream (never null
).
- getSpringTimeout(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Retrieve the configured Spring-specific
timeout
from the
@Timed
annotation
on the supplied test method.
- getStatus() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getStatus() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the status of the executed request.
- getStatusCode() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
-
- getStatusCode() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- getStatusText() - Method in class org.springframework.mock.http.client.MockClientHttpResponse
-
- getString() - Method in class org.springframework.mock.web.MockBodyContent
-
- getSubmittedFileName() - Method in class org.springframework.mock.web.MockPart
-
- getTargetObject(Object) - Static method in class org.springframework.test.util.AopTestUtils
-
Get the target object of the supplied candidate
object.
- getTargetStream() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
Return the underlying target stream (never null
).
- getTargetWriter() - Method in class org.springframework.mock.web.MockJspWriter
-
Lazily initialize the target Writer.
- getTestClass() - Method in interface org.springframework.test.context.BootstrapContext
-
Get the test class for this bootstrap context.
- getTestClass() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Get the test class associated with this
MergedContextConfiguration
.
- getTestClass() - Method in class org.springframework.test.context.support.DefaultBootstrapContext
-
Get the test class for this bootstrap context.
- getTestClass() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestClass() - Method in interface org.springframework.test.context.TestContext
-
Get the test class for this test context.
- getTestContext() - Method in class org.springframework.test.context.TestContextManager
-
Get the
TestContext
managed by this
TestContextManager
.
- getTestContextManager() - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
- getTestException() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestException() - Method in interface org.springframework.test.context.TestContext
-
Get the exception that was thrown during execution
of the
test method.
- getTestExecutionListeners() - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- getTestExecutionListeners() - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- getTestExecutionListeners() - Method in class org.springframework.test.context.TestContextManager
-
- getTestInstance() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestInstance() - Method in interface org.springframework.test.context.TestContext
-
Get the current test instance for this test context.
- getTestMethod() - Method in class org.springframework.test.context.support.DefaultTestContext
-
- getTestMethod() - Method in interface org.springframework.test.context.TestContext
-
Get the current test method for this test context.
- getTimeout() - Method in class org.springframework.mock.web.MockAsyncContext
-
- getTimeout(Method) - Static method in class org.springframework.test.annotation.TestAnnotationUtils
-
Get the
timeout
configured via the
@Timed
annotation on the supplied
method
.
- getTransactionManager(TestContext, String) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Get the transaction manager to use
for the supplied
test context and
qualifier
.
- getTransactionManager(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Get the transaction manager
to use for the supplied
test context.
- getUltimateTargetObject(Object) - Static method in class org.springframework.test.util.AopTestUtils
-
Get the ultimate target object of the supplied candidate
object, unwrapping not only a top-level proxy but also any number of
nested proxies.
- getURI() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- getURI() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- getUriTemplate() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the original URI template used to prepare the request, if any.
- getUrl() - Method in class org.springframework.test.web.reactive.server.ExchangeResult
-
Return the URI of the request.
- getUserPrincipal() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- getValue(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- getValueNames() - Method in class org.springframework.mock.web.MockHttpSession
-
- getVariableResolver() - Method in class org.springframework.mock.web.MockPageContext
-
Deprecated.
- getVirtualServerName() - Method in class org.springframework.mock.web.MockServletContext
-
- getWebClient() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Return the current WebClient
.
- getWebConnection() - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Access the current WebConnection
for the WebClient
.
- getWriter() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- getXmlLoader() - Method in class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
-
Get the delegate SmartContextLoader
that supports XML configuration
files and/or Groovy scripts.
- getXmlLoader() - Method in class org.springframework.test.context.support.DelegatingSmartContextLoader
-
- getXmlLoader() - Method in class org.springframework.test.context.web.WebDelegatingSmartContextLoader
-
- getXpathExpression() - Method in class org.springframework.test.util.XpathExpectationsHelper
-
Return the compiled XPath expression.
- handle(MvcResult) - Method in class org.springframework.test.web.servlet.result.PrintingResultHandler
-
- handle(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultHandler
-
Perform an action on the given result.
- handlePageException(Exception) - Method in class org.springframework.mock.web.MockPageContext
-
- handlePageException(Throwable) - Method in class org.springframework.mock.web.MockPageContext
-
- handler() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to assertions for the handler that handled the request.
- HandlerResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the selected handler or handler method.
- HandlerResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Protected constructor.
- handlerStrategies(HandlerStrategies) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RouterFunctionSpec
-
Configure handler strategies.
- handlerType(Class<?>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the type of the handler that processed the request.
- hasAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
-
- hasClasses() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Determine if this ContextConfigurationAttributes
instance has
class-based resources.
- hasClasses() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Determine if this MergedContextConfiguration
instance has
class-based resources.
- hasErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the model has errors.
- hashCode() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Generate a unique hash code for all properties of this
ContextConfigurationAttributes
instance excluding the
name.
- hashCode() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Generate a unique hash code for all properties of this
MergedContextConfiguration
excluding the
test class.
- hashCode() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
-
Generate a unique hash code for all properties of this
WebMergedContextConfiguration
excluding the
test class.
- hasJsonPath(String) - Method in class org.springframework.test.util.JsonPathExpectationsHelper
-
Evaluate the JSON path expression against the supplied content
and assert that a value, possibly null
, exists.
- hasJsonPath() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the response content
and assert that a value, possibly null
, exists.
- hasJsonPath() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- hasJsonPath() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content
and assert that a value, possibly null
, exists.
- hasLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Determine if this ContextConfigurationAttributes
instance has
path-based resource locations.
- hasLocations() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Determine if this MergedContextConfiguration
instance has
path-based context resource locations.
- hasNoErrors() - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the model has no errors.
- hasOriginalRequestAndResponse() - Method in class org.springframework.mock.web.MockAsyncContext
-
- hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- hasRemainingCount() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- hasRemainingCount() - Method in interface org.springframework.test.web.client.RequestExpectation
-
Whether there is a remaining count of invocations for this expectation.
- hasResources() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Determine if this ContextConfigurationAttributes
instance has
either path-based resource locations or class-based resources.
- hasResources() - Method in class org.springframework.test.context.MergedContextConfiguration
-
Determine if this MergedContextConfiguration
instance has
either path-based context resource locations or class-based resources.
- hasSize(int) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec
-
Assert the extracted list of values is of the given size.
- head(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
HTTP HEAD variant.
- head() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP HEAD request.
- head(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- head(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- header(String, String...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Add the given, single header value under the given name.
- header(String, String) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- header(String, Matcher<? super String>...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert request header values with the given Hamcrest matcher.
- header(String, String...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert request header values.
- header(String, String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Add the given, single header value under the given name.
- header(String, Object...) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Add a header to the request.
- header() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response header assertions.
- HeaderAssertions - Class in org.springframework.test.web.reactive.server
-
Assertions on headers of the response.
- HeaderResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for response header assertions.
- HeaderResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.HeaderResultMatchers
-
Protected constructor.
- headers(MultiValueMap<String, String>) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Add the given header values.
- headers(HttpHeaders) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- headers() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- headers(HttpHeaders) - Method in class org.springframework.test.web.client.response.DefaultResponseCreator
-
Copy all given headers.
- headers(Consumer<HttpHeaders>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Manipulate the request's headers with the given consumer.
- headers(HttpHeaders) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Add all headers to the request.
- HostRequestMatcher - Class in org.springframework.test.web.servlet.htmlunit
-
A
WebRequestMatcher
that allows matching on the host and optionally
the port of
WebRequest#getUrl()
.
- HostRequestMatcher(String...) - Constructor for class org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
-
Create a new HostRequestMatcher
for the given hosts —
for example: "localhost"
, "example.com:443"
, etc.
- HttpHandlerConnector - Class in org.springframework.test.web.reactive.server
-
Connector that handles requests by invoking an HttpHandler
rather
than making actual requests to a network socket.
- HttpHandlerConnector(HttpHandler) - Constructor for class org.springframework.test.web.reactive.server.HttpHandlerConnector
-
Constructor with the HttpHandler
to handle requests with.
- httpMessageCodecs(Consumer<ServerCodecConfigurer>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec
-
Configure custom HTTP message readers and writers or override built-in ones.
- httpOnly(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert whether the cookie must be HTTP only.
- ifModifiedSince(long) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the value of the If-Modified-Since
header.
- ifModifiedSince(ZonedDateTime) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Set the value of the If-Modified-Since
header.
- ifNoneMatch(String...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the values of the If-None-Match
header.
- ifNoneMatch(String...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
-
Set the values of the If-None-Match
header.
- IfProfileValue - Annotation Type in org.springframework.test.annotation
-
Test annotation to indicate whether a test is enabled or disabled for a
specific testing profile.
- ifUnmodifiedSince(long) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the (new) value of the If-Unmodified-Since
header.
- ignoreExpectOrder(boolean) - Method in interface org.springframework.test.web.client.MockRestServiceServer.MockRestServiceServerBuilder
-
Whether to allow expected requests to be executed in any order not
necessarily matching the order of declaration.
- include(String) - Method in class org.springframework.mock.web.MockPageContext
-
- include(String, boolean) - Method in class org.springframework.mock.web.MockPageContext
-
- include(ServletRequest, ServletResponse) - Method in class org.springframework.mock.web.MockRequestDispatcher
-
- incrementAndValidate() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- incrementAndValidate() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- incrementAndValidate() - Method in interface org.springframework.test.web.client.RequestExpectation
-
Increase the matched request count and check we haven't passed the max count.
- initCookies() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.springframework.mock.web.MockPageContext
-
- initSslInfo() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
A method to obtain the WebApplicationContext
to be passed to the
DispatcherServlet
.
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder
-
- initWebAppContext() - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
- injectDependencies(TestContext) - Method in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
- INLINED_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.test.context.support.TestPropertySourceUtils
-
The name of the MapPropertySource
created from inlined properties.
- invalidate() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Invalidate this request, clearing its state.
- invalidate() - Method in class org.springframework.mock.web.MockHttpSession
-
Invalidates this session then unbinds any objects bound to it.
- invokeGetterMethod(Object, String) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the getter method with the given name
on the supplied
target object with the supplied value
.
- invokeMethod(Object, String, Object...) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the method with the given name
on the supplied target
object with the supplied arguments.
- invokeSetterMethod(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the setter method with the given name
on the supplied
target object with the supplied value
.
- invokeSetterMethod(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Invoke the setter method with the given name
on the supplied
target object with the supplied value
.
- is(Matcher<Integer>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code with the given Hamcrest Matcher
.
- is(int) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is equal to an integer value.
- is1xxInformational() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 1xx range.
- is1xxInformational() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 1xx range.
- is2xxSuccessful() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 2xx range.
- is2xxSuccessful() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 2xx range.
- is3xxRedirection() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 3xx range.
- is3xxRedirection() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 3xx range.
- is4xxClientError() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 4xx range.
- is4xxClientError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 4xx range.
- is5xxServerError() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is in the 5xx range.
- is5xxServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is in the 5xx range.
- isAccepted() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.ACCEPTED
(202).
- isAccepted() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.ACCEPTED
(202).
- isActive() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return whether this request is still active (that is, not completed yet).
- isActive() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
Determine whether a test-managed transaction is currently active.
- isAlreadyReported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.ALREADY_REPORTED
(208).
- isArray() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is an array.
- isArray() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- isArray() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is an array.
- isAsyncStarted() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isAsyncSupported() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isBadGateway() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.BAD_GATEWAY
(502).
- isBadRequest() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.BAD_REQUEST
(400).
- isBadRequest() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.BAD_REQUEST
(400).
- isBandwidthLimitExceeded() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.BANDWIDTH_LIMIT_EXCEEDED
(509).
- isBoolean() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a Boolean
.
- isBoolean() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- isBoolean() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a Boolean
.
- isCharset() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Return whether the character encoding has been set.
- isCheckpoint() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CHECKPOINT
(103).
- isCommitted() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- isConflict() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CONFLICT
(409).
- isContinue() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CONTINUE
(100).
- isCreated() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.CREATED
(201).
- isCreated() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.CREATED
(201).
- isDefaultRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Determine whether or not to rollback transactions by default for the
supplied
test context.
- isDestinationLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isEmpty() - Method in class org.springframework.mock.web.MockMultipartFile
-
- isEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that an empty value exists at the given path.
- isEmpty() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- isEmpty() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Assert the response body is empty and return the exchange result.
- isEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that an empty value exists at the given path.
- isEqualTo(Object) - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- isEqualTo(HttpStatus) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status as an HttpStatus
.
- isEqualTo(int) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status as an integer.
- isEqualTo(B) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Assert the extracted body is equal to the given value.
- isExecuted() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- isExpectationFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.EXPECTATION_FAILED
(417).
- isFailedDependency() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.FAILED_DEPENDENCY
(424).
- isFinished() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- isFlaggedForRollback() - Static method in class org.springframework.test.context.transaction.TestTransaction
-
- isForbidden() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.FORBIDDEN
(403).
- isForbidden() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.FORBIDDEN
(403).
- isFound() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.FOUND
(302).
- isFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.FOUND
(302).
- isGatewayTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.GATEWAY_TIMEOUT
(504).
- isGenerateDefaultLocations() - Method in class org.springframework.test.context.support.AbstractContextLoader
-
- isGone() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.GONE
(410).
- isHttpOnly() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- isHttpVersionNotSupported() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.HTTP_VERSION_NOT_SUPPORTED
(505).
- isIAmATeapot() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.I_AM_A_TEAPOT
(418).
- isImUsed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.IM_USED
(226).
- isInheritInitializers() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- isInheritLocations() - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
- isInsufficientSpaceOnResource() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isInsufficientStorage() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.INSUFFICIENT_STORAGE
(507).
- isInternalServerError() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.INTERNAL_SERVER_ERROR
(500).
- isInvalid() - Method in class org.springframework.mock.web.MockHttpSession
-
- isLengthRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.LENGTH_REQUIRED
(411).
- isLocked() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.LOCKED
(423).
- isLoopDetected() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.LOOP_DETECTED
(508).
- isMap() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a Map
.
- isMap() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- isMap() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a Map
.
- isMergeEnabled() - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
- isMethodFailure() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isMethodNotAllowed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.METHOD_NOT_ALLOWED
(405).
- isMovedPermanently() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.MOVED_PERMANENTLY
(301).
- isMovedTemporarily() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isMultipleChoices() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.MULTIPLE_CHOICES
(300).
- isMultiStatus() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.MULTI_STATUS
(207).
- isNetworkAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NETWORK_AUTHENTICATION_REQUIRED
(511).
- isNew() - Method in class org.springframework.mock.web.MockHttpSession
-
- isNoContent() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.NO_CONTENT
(204).
- isNoContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NO_CONTENT
(204).
- isNonAuthoritativeInformation() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NON_AUTHORITATIVE_INFORMATION
(203).
- isNotAcceptable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_ACCEPTABLE
(406).
- isNotEmpty() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that a non-empty value exists at the given path.
- isNotEmpty() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- isNotEmpty() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that a non-empty value exists at the given path.
- isNotExtended() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_EXTENDED
(510).
- isNotFound() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.NOT_FOUND
(404).
- isNotFound() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_FOUND
(404).
- isNotImplemented() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_IMPLEMENTED
(501).
- isNotModified() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.NOT_MODIFIED
(304).
- isNotModified() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.NOT_MODIFIED
(304).
- isNumber() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a Number
.
- isNumber() - Method in class org.springframework.test.web.reactive.server.JsonPathAssertions
-
- isNumber() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a Number
.
- isOk() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.OK
(200).
- isOk() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.OK
(200).
- isOutputStreamAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- isPartialContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PARTIAL_CONTENT
(206).
- isPayloadTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PAYLOAD_TOO_LARGE
(413).
- isPaymentRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PAYMENT_REQUIRED
(402).
- isPermanentRedirect() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.PERMANENT_REDIRECT
(308).
- isPermanentRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PERMANENT_REDIRECT
(308).
- isPreconditionFailed() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PRECONDITION_FAILED
(412).
- isPreconditionRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PRECONDITION_REQUIRED
(428).
- isProcessing() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PROCESSING
(102).
- isProxyAuthenticationRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.PROXY_AUTHENTICATION_REQUIRED
(407).
- isReady() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- isReady() - Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
- isRequestedRangeNotSatisfiable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE
(416).
- isRequestedSessionIdFromCookie() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isRequestedSessionIdFromURL() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isRequestedSessionIdFromUrl() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Deprecated.
- isRequestedSessionIdValid() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isRequestEntityTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isRequestHeaderFieldsTooLarge() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUEST_HEADER_FIELDS_TOO_LARGE
(431).
- isRequestTimeout() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUEST_TIMEOUT
(408).
- isRequestUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isResetContent() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.RESET_CONTENT
(205).
- isRollback(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
Determine whether or not to rollback transactions for the supplied
test context by taking into consideration the
default rollback flag and a
possible method-level override via the
@Rollback
annotation.
- isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- isSatisfied() - Method in class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- isSatisfied() - Method in interface org.springframework.test.web.client.RequestExpectation
-
Whether the requirements for this request expectation have been met.
- isSecure() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Return
true
if the
secure
flag has been set
to
true
or if the
scheme
is
https
.
- isSecure() - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- isSeeOther() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.SEE_OTHER
(303).
- isSeeOther() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.SEE_OTHER
(303).
- isServiceUnavailable() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.SERVICE_UNAVAILABLE
(503).
- isString() - Method in class org.springframework.test.web.client.match.JsonPathRequestMatchers
-
Evaluate the JSON path expression against the request content and
assert that the result is a String
.
- isString() - Method in class org.springframework.test.web.servlet.result.JsonPathResultMatchers
-
Evaluate the JSON path expression against the response content and
assert that the result is a String
.
- isSwitchingProtocols() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.SWITCHING_PROTOCOLS
(101).
- isTemporaryRedirect() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.TEMPORARY_REDIRECT
(307).
- isTemporaryRedirect() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.TEMPORARY_REDIRECT
(307).
- isTestEnabledInThisEnvironment(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testClass
is
enabled in
the current environment, as specified by the
@IfProfileValue
annotation at the class level.
- isTestEnabledInThisEnvironment(Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testMethod
is
enabled in
the current environment, as specified by the
@IfProfileValue
annotation, which may be declared on the test
method itself or at the class level.
- isTestEnabledInThisEnvironment(ProfileValueSource, Method, Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
Determine if the supplied
testMethod
is
enabled in
the current environment, as specified by the
@IfProfileValue
annotation, which may be declared on the test
method itself or at the class level.
- isTestMethodIgnored(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Return true
if @Ignore
is present for the supplied
test method or if the test method is disabled
via @IfProfileValue
.
- isTooManyRequests() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.TOO_MANY_REQUESTS
(429).
- isUnauthorized() - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response status code is HttpStatus.UNAUTHORIZED
(401).
- isUnauthorized() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNAUTHORIZED
(401).
- isUnavailableForLegalReasons() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNAVAILABLE_FOR_LEGAL_REASONS
(451).
- isUnprocessableEntity() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNPROCESSABLE_ENTITY
(422).
- isUnsupportedMediaType() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UNSUPPORTED_MEDIA_TYPE
(415).
- isUpgradeRequired() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.UPGRADE_REQUIRED
(426).
- isUriTooLong() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.REQUEST_URI_TOO_LONG
(414).
- isUseProxy() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
- isUserInRole(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- isVariantAlsoNegotiates() - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the response status code is HttpStatus.VARIANT_ALSO_NEGOTIATES
(506).
- isWriterAccessAllowed() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- manyTimes() - Static method in class org.springframework.test.web.client.ExpectedCount
-
Many times (range of 1..Integer.MAX_VALUE).
- markApplicationContextDirty(DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.support.DefaultTestContext
-
Mark the application context associated
with this test context as dirty (i.e., by removing it from the
context cache and closing it).
- markApplicationContextDirty(DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.TestContext
-
Call this method to signal that the application
context associated with this test context is dirty and should be
removed from the context cache.
- match(ClientHttpRequest) - Method in class org.springframework.test.web.client.DefaultRequestExpectation
-
- match(ClientHttpRequest) - Method in interface org.springframework.test.web.client.RequestMatcher
-
Match the given request against specific expectations.
- match(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultMatcher
-
Assert the result of an executed request.
- matches(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.HostRequestMatcher
-
- matches(WebRequest) - Method in class org.springframework.test.web.servlet.htmlunit.UrlRegexRequestMatcher
-
- matches(WebRequest) - Method in interface org.springframework.test.web.servlet.htmlunit.WebRequestMatcher
-
Whether this matcher matches on the supplied web request.
- matchRequest(ClientHttpRequest) - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- matchRequest(ClientHttpRequest) - Method in class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- matchRequest(ClientHttpRequest) - Method in class org.springframework.test.web.client.UnorderedRequestExpectationManager
-
- max(int) - Static method in class org.springframework.test.web.client.ExpectedCount
-
At most max
number of times.
- MAX_CONTEXT_CACHE_SIZE_PROPERTY_NAME - Static variable in interface org.springframework.test.context.cache.ContextCache
-
System property used to configure the maximum size of the
ContextCache
as a positive integer.
- maxAge(String, Matcher<? super Integer>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's maxAge with a Hamcrest Matcher
.
- maxAge(String, int) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's maxAge value.
- merge(Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Merges the properties of the "parent" RequestBuilder accepting values
only if not already set in "this" instance.
- merge(Object) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
- MergedContextConfiguration - Class in org.springframework.test.context
-
- MergedContextConfiguration(Class<?>, String[], Class<?>[], String[], ContextLoader) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], ContextLoader) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MergedContextConfiguration(MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance by copying
all fields from the supplied MergedContextConfiguration
.
- MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], Set<ContextCustomizer>, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MetaAnnotationUtils - Class in org.springframework.test.util
-
MetaAnnotationUtils
is a collection of utility methods that complements
the standard support already available in AnnotationUtils
.
- MetaAnnotationUtils() - Constructor for class org.springframework.test.util.MetaAnnotationUtils
-
- MetaAnnotationUtils.AnnotationDescriptor<T extends java.lang.annotation.Annotation> - Class in org.springframework.test.util
-
Descriptor for an
Annotation
, including the
class on which the annotation is
declared
as well as the actual
annotation instance.
- MetaAnnotationUtils.UntypedAnnotationDescriptor - Class in org.springframework.test.util
-
Untyped extension of AnnotationDescriptor
that is used
to describe the declaration of one of several candidate annotation types
where the actual annotation type cannot be predetermined.
- method(HttpMethod, URI) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
Create a builder with the given HTTP method and a URI
.
- method(HttpMethod, String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
- method(HttpMethod) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- method() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- method(HttpMethod) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert the HttpMethod
of the request.
- method(HttpMethod) - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare a request for the specified HttpMethod
.
- method(Method) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the controller method used to process the request.
- methodBlock(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
- methodCall(Object) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the controller method used to process the request.
- methodName() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- methodName(Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the name of the controller method used to process the request
using the given Hamcrest Matcher
.
- methodName(String) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the name of the controller method used to process the request.
- min(int) - Static method in class org.springframework.test.web.client.ExpectedCount
-
At least min
number of times.
- MOCK_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.mock.env.MockPropertySource
-
"mockProperties" is the default name for
MockPropertySource
instances not
otherwise given an explicit name.
- MockAsyncClientHttpRequest - Class in org.springframework.mock.http.client
-
- MockAsyncClientHttpRequest() - Constructor for class org.springframework.mock.http.client.MockAsyncClientHttpRequest
-
Deprecated.
- MockAsyncClientHttpRequest(HttpMethod, URI) - Constructor for class org.springframework.mock.http.client.MockAsyncClientHttpRequest
-
Deprecated.
- MockAsyncContext - Class in org.springframework.mock.web
-
- MockAsyncContext(ServletRequest, ServletResponse) - Constructor for class org.springframework.mock.web.MockAsyncContext
-
- MockBodyContent - Class in org.springframework.mock.web
-
- MockBodyContent(String, HttpServletResponse) - Constructor for class org.springframework.mock.web.MockBodyContent
-
Create a MockBodyContent for the given response.
- MockBodyContent(String, Writer) - Constructor for class org.springframework.mock.web.MockBodyContent
-
Create a MockBodyContent for the given response.
- MockBodyContent(String, HttpServletResponse, Writer) - Constructor for class org.springframework.mock.web.MockBodyContent
-
Create a MockBodyContent for the given response.
- MockClientHttpRequest - Class in org.springframework.mock.http.client
-
Mock implementation of ClientHttpRequest
.
- MockClientHttpRequest() - Constructor for class org.springframework.mock.http.client.MockClientHttpRequest
-
Default constructor.
- MockClientHttpRequest(HttpMethod, URI) - Constructor for class org.springframework.mock.http.client.MockClientHttpRequest
-
Create an instance with the given HttpMethod and URI.
- MockClientHttpRequest - Class in org.springframework.mock.http.client.reactive
-
Mock implementation of ClientHttpRequest
.
- MockClientHttpRequest(HttpMethod, String, Object...) - Constructor for class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- MockClientHttpRequest(HttpMethod, URI) - Constructor for class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- MockClientHttpResponse - Class in org.springframework.mock.http.client
-
Mock implementation of ClientHttpResponse
.
- MockClientHttpResponse(byte[], HttpStatus) - Constructor for class org.springframework.mock.http.client.MockClientHttpResponse
-
Constructor with response body as a byte array.
- MockClientHttpResponse(InputStream, HttpStatus) - Constructor for class org.springframework.mock.http.client.MockClientHttpResponse
-
Constructor with response body as InputStream.
- MockClientHttpResponse - Class in org.springframework.mock.http.client.reactive
-
Mock implementation of ClientHttpResponse
.
- MockClientHttpResponse(HttpStatus) - Constructor for class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- MockEnvironment - Class in org.springframework.mock.env
-
- MockEnvironment() - Constructor for class org.springframework.mock.env.MockEnvironment
-
- MockExpressionEvaluator - Class in org.springframework.mock.web
-
Mock implementation of the JSP 2.0
ExpressionEvaluator
interface, delegating to the Apache JSTL ExpressionEvaluatorManager.
- MockExpressionEvaluator(PageContext) - Constructor for class org.springframework.mock.web.MockExpressionEvaluator
-
Create a new MockExpressionEvaluator for the given PageContext.
- MockFilterChain - Class in org.springframework.mock.web
-
- MockFilterChain() - Constructor for class org.springframework.mock.web.MockFilterChain
-
Register a single do-nothing
Filter
implementation.
- MockFilterChain(Servlet) - Constructor for class org.springframework.mock.web.MockFilterChain
-
Create a FilterChain with a Servlet.
- MockFilterChain(Servlet, Filter...) - Constructor for class org.springframework.mock.web.MockFilterChain
-
Create a FilterChain
with Filter's and a Servlet.
- MockFilterConfig - Class in org.springframework.mock.web
-
- MockFilterConfig() - Constructor for class org.springframework.mock.web.MockFilterConfig
-
- MockFilterConfig(String) - Constructor for class org.springframework.mock.web.MockFilterConfig
-
- MockFilterConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockFilterConfig
-
Create a new MockFilterConfig.
- MockFilterConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockFilterConfig
-
Create a new MockFilterConfig.
- MockHttpInputMessage - Class in org.springframework.mock.http
-
Mock implementation of HttpInputMessage
.
- MockHttpInputMessage(byte[]) - Constructor for class org.springframework.mock.http.MockHttpInputMessage
-
- MockHttpInputMessage(InputStream) - Constructor for class org.springframework.mock.http.MockHttpInputMessage
-
- MockHttpOutputMessage - Class in org.springframework.mock.http
-
Mock implementation of HttpOutputMessage
.
- MockHttpOutputMessage() - Constructor for class org.springframework.mock.http.MockHttpOutputMessage
-
- MockHttpServletRequest - Class in org.springframework.mock.web
-
- MockHttpServletRequest() - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
- MockHttpServletRequest(String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
- MockHttpServletRequest(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
- MockHttpServletRequest(ServletContext, String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
Create a new
MockHttpServletRequest
with the supplied
ServletContext
,
method
, and
requestURI
.
- MockHttpServletRequestBuilder - Class in org.springframework.test.web.servlet.request
-
- MockHttpServletResponse - Class in org.springframework.mock.web
-
- MockHttpServletResponse() - Constructor for class org.springframework.mock.web.MockHttpServletResponse
-
- MockHttpSession - Class in org.springframework.mock.web
-
- MockHttpSession() - Constructor for class org.springframework.mock.web.MockHttpSession
-
- MockHttpSession(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpSession
-
Create a new MockHttpSession.
- MockHttpSession(ServletContext, String) - Constructor for class org.springframework.mock.web.MockHttpSession
-
Create a new MockHttpSession.
- MockJspWriter - Class in org.springframework.mock.web
-
- MockJspWriter(HttpServletResponse) - Constructor for class org.springframework.mock.web.MockJspWriter
-
Create a MockJspWriter for the given response,
using the response's default Writer.
- MockJspWriter(Writer) - Constructor for class org.springframework.mock.web.MockJspWriter
-
Create a MockJspWriter for the given plain Writer.
- MockJspWriter(HttpServletResponse, Writer) - Constructor for class org.springframework.mock.web.MockJspWriter
-
Create a MockJspWriter for the given response.
- MockMultipartFile - Class in org.springframework.mock.web
-
Mock implementation of the MultipartFile
interface.
- MockMultipartFile(String, byte[]) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, InputStream) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, String, String, byte[]) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, String, String, InputStream) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartHttpServletRequest - Class in org.springframework.mock.web
-
Mock implementation of the
MultipartHttpServletRequest
interface.
- MockMultipartHttpServletRequest() - Constructor for class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- MockMultipartHttpServletRequest(ServletContext) - Constructor for class org.springframework.mock.web.MockMultipartHttpServletRequest
-
Create a new
MockMultipartHttpServletRequest
with the supplied
ServletContext
.
- MockMultipartHttpServletRequestBuilder - Class in org.springframework.test.web.servlet.request
-
- MockMvc - Class in org.springframework.test.web.servlet
-
Main entry point for server-side Spring MVC test support.
- MockMvcBuilder - Interface in org.springframework.test.web.servlet
-
- MockMvcBuilders - Class in org.springframework.test.web.servlet.setup
-
The main class to import in order to access all available
MockMvcBuilder
s.
- MockMvcBuilders() - Constructor for class org.springframework.test.web.servlet.setup.MockMvcBuilders
-
- MockMvcBuilderSupport - Class in org.springframework.test.web.servlet
-
Base class for MockMvc builder implementations, providing the capability to
create a
MockMvc
instance.
- MockMvcBuilderSupport() - Constructor for class org.springframework.test.web.servlet.MockMvcBuilderSupport
-
- MockMvcClientHttpRequestFactory - Class in org.springframework.test.web.client
-
A
ClientHttpRequestFactory
for requests executed via
MockMvc
.
- MockMvcClientHttpRequestFactory(MockMvc) - Constructor for class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
-
- MockMvcConfigurer - Interface in org.springframework.test.web.servlet.setup
-
Contract for customizing a ConfigurableMockMvcBuilder
in some
specific way, e.g.
- MockMvcConfigurerAdapter - Class in org.springframework.test.web.servlet.setup
-
- MockMvcConfigurerAdapter() - Constructor for class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
-
- MockMvcHtmlUnitDriverBuilder - Class in org.springframework.test.web.servlet.htmlunit.webdriver
-
MockMvcHtmlUnitDriverBuilder
simplifies the building of an
HtmlUnitDriver
that delegates to
MockMvc
and optionally
delegates to an actual connection for specific requests.
- MockMvcHtmlUnitDriverBuilder(MockMvc) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
- MockMvcHtmlUnitDriverBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
- MockMvcHtmlUnitDriverBuilder(WebApplicationContext, MockMvcConfigurer) - Constructor for class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
- MockMvcRequestBuilders - Class in org.springframework.test.web.servlet.request
-
- MockMvcRequestBuilders() - Constructor for class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- MockMvcResultHandlers - Class in org.springframework.test.web.servlet.result
-
- MockMvcResultHandlers() - Constructor for class org.springframework.test.web.servlet.result.MockMvcResultHandlers
-
- MockMvcResultMatchers - Class in org.springframework.test.web.servlet.result
-
- MockMvcResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
- mockMvcSetup(MockMvc) - Static method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
Create a new
MockMvcWebClientBuilder
based on the supplied
MockMvc
instance.
- mockMvcSetup(MockMvc) - Static method in class org.springframework.test.web.servlet.htmlunit.webdriver.MockMvcHtmlUnitDriverBuilder
-
Create a new
MockMvcHtmlUnitDriverBuilder
based on the supplied
MockMvc
instance.
- MockMvcWebClientBuilder - Class in org.springframework.test.web.servlet.htmlunit
-
MockMvcWebClientBuilder
simplifies the creation of an HtmlUnit
WebClient
that delegates to a
MockMvc
instance.
- MockMvcWebClientBuilder(MockMvc) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
- MockMvcWebClientBuilder(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
- MockMvcWebClientBuilder(WebApplicationContext, MockMvcConfigurer) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebClientBuilder
-
- MockMvcWebConnection - Class in org.springframework.test.web.servlet.htmlunit
-
MockMvcWebConnection
enables
MockMvc
to transform a
WebRequest
into a
WebResponse
.
- MockMvcWebConnection(MockMvc, WebClient) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
Create a new instance that assumes the context path of the application
is ""
(i.e., the root context).
- MockMvcWebConnection(MockMvc, WebClient, String) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
Create a new instance with the specified context path.
- MockMvcWebConnectionBuilderSupport<T extends MockMvcWebConnectionBuilderSupport<T>> - Class in org.springframework.test.web.servlet.htmlunit
-
Support class that simplifies the creation of a
WebConnection
that
uses
MockMvc
and optionally delegates to a real
WebConnection
for specific requests.
- MockMvcWebConnectionBuilderSupport(MockMvc) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Create a new instance using the supplied
MockMvc
instance.
- MockMvcWebConnectionBuilderSupport(WebApplicationContext) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Create a new instance using the supplied WebApplicationContext
.
- MockMvcWebConnectionBuilderSupport(WebApplicationContext, MockMvcConfigurer) - Constructor for class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnectionBuilderSupport
-
Create a new instance using the supplied
WebApplicationContext
and
MockMvcConfigurer
.
- MockPageContext - Class in org.springframework.mock.web
-
- MockPageContext() - Constructor for class org.springframework.mock.web.MockPageContext
-
- MockPageContext(ServletContext) - Constructor for class org.springframework.mock.web.MockPageContext
-
- MockPageContext(ServletContext, HttpServletRequest) - Constructor for class org.springframework.mock.web.MockPageContext
-
Create new MockPageContext with a MockHttpServletResponse,
MockServletConfig.
- MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.mock.web.MockPageContext
-
Create new MockPageContext with a MockServletConfig.
- MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class org.springframework.mock.web.MockPageContext
-
Create new MockServletConfig.
- MockPart - Class in org.springframework.mock.web
-
Mock implementation of javax.servlet.http.Part
.
- MockPart(String, byte[]) - Constructor for class org.springframework.mock.web.MockPart
-
Constructor for a part with byte[] content only.
- MockPart(String, String, byte[]) - Constructor for class org.springframework.mock.web.MockPart
-
Constructor for a part with a filename and byte[] content.
- MockPropertySource - Class in org.springframework.mock.env
-
Simple PropertySource
implementation for use in testing.
- MockPropertySource() - Constructor for class org.springframework.mock.env.MockPropertySource
-
Create a new
MockPropertySource
named
"mockProperties"
that will maintain its own internal
Properties
instance.
- MockPropertySource(String) - Constructor for class org.springframework.mock.env.MockPropertySource
-
Create a new MockPropertySource
with the given name that will
maintain its own internal Properties
instance.
- MockPropertySource(Properties) - Constructor for class org.springframework.mock.env.MockPropertySource
-
Create a new
MockPropertySource
named
"mockProperties"
and backed by the given
Properties
object.
- MockPropertySource(String, Properties) - Constructor for class org.springframework.mock.env.MockPropertySource
-
Create a new MockPropertySource
with the given name and backed by the given
Properties
object.
- MockRequestDispatcher - Class in org.springframework.mock.web
-
- MockRequestDispatcher(String) - Constructor for class org.springframework.mock.web.MockRequestDispatcher
-
Create a new MockRequestDispatcher for the given resource.
- MockRestRequestMatchers - Class in org.springframework.test.web.client.match
-
- MockRestRequestMatchers() - Constructor for class org.springframework.test.web.client.match.MockRestRequestMatchers
-
- MockRestResponseCreators - Class in org.springframework.test.web.client.response
-
- MockRestResponseCreators() - Constructor for class org.springframework.test.web.client.response.MockRestResponseCreators
-
- MockRestServiceServer - Class in org.springframework.test.web.client
-
Main entry point for client-side REST testing.
- MockRestServiceServer.MockRestServiceServerBuilder - Interface in org.springframework.test.web.client
-
Builder to create a MockRestServiceServer
.
- MockServerConfigurer - Interface in org.springframework.test.web.reactive.server
-
Contract that frameworks or applications can use to pre-package a set of
customizations to a
WebTestClient.MockServerSpec
and expose that
as a shortcut.
- MockServerHttpRequest - Class in org.springframework.mock.http.server.reactive
-
Mock extension of AbstractServerHttpRequest
for use in tests without
an actual server.
- MockServerHttpRequest.BaseBuilder<B extends MockServerHttpRequest.BaseBuilder<B>> - Interface in org.springframework.mock.http.server.reactive
-
Request builder exposing properties not related to the body.
- MockServerHttpRequest.BodyBuilder - Interface in org.springframework.mock.http.server.reactive
-
A builder that adds a body to the request.
- MockServerHttpResponse - Class in org.springframework.mock.http.server.reactive
-
Mock extension of AbstractServerHttpResponse
for use in tests without
an actual server.
- MockServerHttpResponse() - Constructor for class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
- MockServerRequest - Class in org.springframework.mock.web.reactive.function.server
-
Mock implementation of ServerRequest
.
- MockServerRequest.Builder - Interface in org.springframework.mock.web.reactive.function.server
-
- MockServerWebExchange - Class in org.springframework.mock.web.server
-
- MockServletConfig - Class in org.springframework.mock.web
-
- MockServletConfig() - Constructor for class org.springframework.mock.web.MockServletConfig
-
- MockServletConfig(String) - Constructor for class org.springframework.mock.web.MockServletConfig
-
- MockServletConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockServletConfig
-
Create a new MockServletConfig.
- MockServletConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockServletConfig
-
Create a new MockServletConfig.
- MockServletContext - Class in org.springframework.mock.web
-
- MockServletContext() - Constructor for class org.springframework.mock.web.MockServletContext
-
Create a new MockServletContext
, using no base path and a
DefaultResourceLoader
(i.e.
- MockServletContext(String) - Constructor for class org.springframework.mock.web.MockServletContext
-
Create a new MockServletContext
, using a DefaultResourceLoader
.
- MockServletContext(ResourceLoader) - Constructor for class org.springframework.mock.web.MockServletContext
-
Create a new MockServletContext
, using the specified ResourceLoader
and no base path.
- MockServletContext(String, ResourceLoader) - Constructor for class org.springframework.mock.web.MockServletContext
-
Create a new MockServletContext
using the supplied resource base
path and resource loader.
- MockSessionCookieConfig - Class in org.springframework.mock.web
-
- MockSessionCookieConfig() - Constructor for class org.springframework.mock.web.MockSessionCookieConfig
-
- model() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to model-related assertions.
- ModelAndViewAssert - Class in org.springframework.test.web
-
A collection of assertions intended to simplify testing scenarios dealing
with Spring Web MVC ModelAndView
objects.
- ModelAndViewAssert() - Constructor for class org.springframework.test.web.ModelAndViewAssert
-
- ModelResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the model.
- ModelResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Protected constructor.
- modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Generate a modified version of the supplied locations array and return it.
- modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- modifyWebClient(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Modify the supplied
WebClient
and retain a reference to it so that its
WebConnection
is
accessible for later use.
- modifyWebClientInternal(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Modify the supplied WebClient
.
- multipart(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- multipart(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- mutate() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Return a builder to mutate properties of this web test client.
- mutateWith(WebTestClientConfigurer) - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Mutate the
WebTestClient
, apply the given configurer, and build
a new instance.
- MvcResult - Interface in org.springframework.test.web.servlet
-
Provides access to the result of an executed request.
- once() - Static method in class org.springframework.test.web.client.ExpectedCount
-
Exactly once.
- options(String, Object...) - Static method in class org.springframework.mock.http.server.reactive.MockServerHttpRequest
-
HTTP OPTIONS variant.
- options() - Method in interface org.springframework.test.web.reactive.server.WebTestClient
-
Prepare an HTTP OPTIONS request.
- options(String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- options(URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- org.springframework.mock.env - package org.springframework.mock.env
-
This package contains mock implementations of the
Environment
and
PropertySource
abstractions introduced in Spring 3.1.
- org.springframework.mock.http - package org.springframework.mock.http
-
Mock implementations of client/server-side HTTP abstractions.
- org.springframework.mock.http.client - package org.springframework.mock.http.client
-
Mock implementations of client-side HTTP abstractions.
- org.springframework.mock.http.client.reactive - package org.springframework.mock.http.client.reactive
-
Mock implementations of reactive HTTP client contracts.
- org.springframework.mock.http.server.reactive - package org.springframework.mock.http.server.reactive
-
Mock implementations of reactive HTTP server contracts.
- org.springframework.mock.jndi - package org.springframework.mock.jndi
-
The simplest implementation of the JNDI SPI that could possibly work.
- org.springframework.mock.web - package org.springframework.mock.web
-
A comprehensive set of Servlet API 3.0 mock objects,
targeted at usage with Spring's Web MVC framework.
- org.springframework.mock.web.reactive.function.server - package org.springframework.mock.web.reactive.function.server
-
Mock objects for the functional web framework.
- org.springframework.mock.web.server - package org.springframework.mock.web.server
-
Mock implementations of Spring's reactive server web API abtsractions.
- org.springframework.test.annotation - package org.springframework.test.annotation
-
Support classes for annotation-driven tests.
- org.springframework.test.context - package org.springframework.test.context
-
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
- org.springframework.test.context.cache - package org.springframework.test.context.cache
-
Support for context caching within the Spring TestContext Framework.
- org.springframework.test.context.jdbc - package org.springframework.test.context.jdbc
-
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via @Sql
.
- org.springframework.test.context.junit.jupiter - package org.springframework.test.context.junit.jupiter
-
Core support for integrating the Spring TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
- org.springframework.test.context.junit.jupiter.web - package org.springframework.test.context.junit.jupiter.web
-
Web support for integrating the Spring TestContext Framework
with the JUnit Jupiter extension model in JUnit 5.
- org.springframework.test.context.junit4 - package org.springframework.test.context.junit4
-
Support classes for integrating the Spring TestContext Framework
with JUnit 4.12 or higher.
- org.springframework.test.context.junit4.rules - package org.springframework.test.context.junit4.rules
-
Custom JUnit Rules
used in the Spring TestContext Framework.
- org.springframework.test.context.junit4.statements - package org.springframework.test.context.junit4.statements
-
Custom JUnit Statements
used in the Spring TestContext Framework.
- org.springframework.test.context.support - package org.springframework.test.context.support
-
Support classes for the Spring TestContext Framework.
- org.springframework.test.context.testng - package org.springframework.test.context.testng
-
Support classes for ApplicationContext-based and transactional
tests run with TestNG and the Spring TestContext Framework.
- org.springframework.test.context.transaction - package org.springframework.test.context.transaction
-
Transactional support classes for the Spring TestContext Framework.
- org.springframework.test.context.util - package org.springframework.test.context.util
-
Common utilities used within the Spring TestContext Framework.
- org.springframework.test.context.web - package org.springframework.test.context.web
-
Web support classes for the Spring TestContext Framework.
- org.springframework.test.jdbc - package org.springframework.test.jdbc
-
Support classes for tests based on JDBC.
- org.springframework.test.util - package org.springframework.test.util
-
General utility classes for use in unit and integration tests.
- org.springframework.test.web - package org.springframework.test.web
-
Helper classes for unit tests based on Spring's web support.
- org.springframework.test.web.client - package org.springframework.test.web.client
-
Contains client-side REST testing support.
- org.springframework.test.web.client.match - package org.springframework.test.web.client.match
-
- org.springframework.test.web.client.response - package org.springframework.test.web.client.response
-
- org.springframework.test.web.reactive.server - package org.springframework.test.web.reactive.server
-
Support for testing Spring WebFlux server endpoints via
WebTestClient
.
- org.springframework.test.web.servlet - package org.springframework.test.web.servlet
-
Contains server-side support for testing Spring MVC applications.
- org.springframework.test.web.servlet.htmlunit - package org.springframework.test.web.servlet.htmlunit
-
Server-side support for testing Spring MVC applications with MockMvc
and HtmlUnit.
- org.springframework.test.web.servlet.htmlunit.webdriver - package org.springframework.test.web.servlet.htmlunit.webdriver
-
Server-side support for testing Spring MVC applications with MockMvc
and the Selenium HtmlUnitDriver
.
- org.springframework.test.web.servlet.request - package org.springframework.test.web.servlet.request
-
- org.springframework.test.web.servlet.result - package org.springframework.test.web.servlet.result
-
Contains built-in ResultMatcher
and ResultHandler
implementations.
- org.springframework.test.web.servlet.setup - package org.springframework.test.web.servlet.setup
-
Contains built-in MockMvcBuilder
implementations.
- range(HttpRange...) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the (new) value of the Range header.
- read() - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- reason(Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the Servlet response error message with the given Hamcrest Matcher
.
- reason(String) - Method in class org.springframework.test.web.servlet.result.StatusResultMatchers
-
Assert the Servlet response error message.
- reasonEquals(String) - Method in class org.springframework.test.web.reactive.server.StatusAssertions
-
Assert the response error message.
- rebind(String, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- rebind(Name, Object) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- redirectedUrl(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL.
- redirectedUrlPattern(String) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL.
- redirectedUrlTemplate(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Asserts the request was redirected to the given URL template.
- ReflectionTestUtils - Class in org.springframework.test.util
-
ReflectionTestUtils
is a collection of reflection-based utility
methods for use in unit and integration testing scenarios.
- ReflectionTestUtils() - Constructor for class org.springframework.test.util.ReflectionTestUtils
-
- registerContext(String, ServletContext) - Method in class org.springframework.mock.web.MockServletContext
-
- registerNamedDispatcher(String, RequestDispatcher) - Method in class org.springframework.mock.web.MockServletContext
-
- registerTestExecutionListeners(List<TestExecutionListener>) - Method in class org.springframework.test.context.TestContextManager
-
Register the supplied list of
TestExecutionListeners
by appending them to the list of listeners used by this
TestContextManager
.
- registerTestExecutionListeners(TestExecutionListener...) - Method in class org.springframework.test.context.TestContextManager
-
Register the supplied array of
TestExecutionListeners
by appending them to the list of listeners used by this
TestContextManager
.
- REINJECT_DEPENDENCIES_ATTRIBUTE - Static variable in class org.springframework.test.context.support.DependencyInjectionTestExecutionListener
-
Attribute name for a
TestContext
attribute which indicates
whether or not the dependencies of a test instance should be
reinjected in
beforeTestMethod()
.
- release() - Method in class org.springframework.mock.web.MockPageContext
-
- remoteAddress(InetSocketAddress) - Method in interface org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
-
Set the remote address to return.
- remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.cache.ContextCache
-
Remove the context with the given key from the cache and explicitly
close
it if it is an instance of ConfigurableApplicationContext
.
- remove(MergedContextConfiguration, DirtiesContext.HierarchyMode) - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Remove the context with the given key from the cache and explicitly
close
it if it is an instance of ConfigurableApplicationContext
.
- removeAllParameters() - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Removes all existing parameters.
- removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- removeAttribute(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- removeAttribute(String) - Method in class org.springframework.mock.web.MockPageContext
-
- removeAttribute(String, int) - Method in class org.springframework.mock.web.MockPageContext
-
- removeAttribute(String) - Method in class org.springframework.mock.web.MockServletContext
-
- removeAttribute(String) - Method in class org.springframework.test.context.support.DefaultTestContext
-
- removeFromEnvironment(String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- removeParameter(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Remove already registered values for the specified HTTP parameter, if any.
- removeValue(String) - Method in class org.springframework.mock.web.MockHttpSession
-
- rename(String, String) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- rename(Name, Name) - Method in class org.springframework.mock.jndi.SimpleNamingContext
-
- Repeat - Annotation Type in org.springframework.test.annotation
-
Test annotation to indicate that a test method should be invoked repeatedly.
- request(HttpMethod, String, Object...) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- request(HttpMethod, URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- request(String, URI) - Static method in class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
Alternative factory method that allows for custom HTTP verbs (e.g.
- request() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to request-related assertions.
- requestAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set a request attribute.
- RequestBuilder - Interface in org.springframework.test.web.servlet
-
- RequestCount(ExpectedCount) - Constructor for class org.springframework.test.web.client.DefaultRequestExpectation.RequestCount
-
- RequestExpectation - Interface in org.springframework.test.web.client
-
An extension of ResponseActions
that also implements
RequestMatcher
and ResponseCreator
- RequestExpectationGroup() - Constructor for class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
- RequestExpectationManager - Interface in org.springframework.test.web.client
-
Encapsulates the behavior required to implement
MockRestServiceServer
including its public API (create expectations + verify/reset) along with an
extra method for verifying actual requests.
- RequestMatcher - Interface in org.springframework.test.web.client
-
A contract for matching requests to expectations.
- RequestPostProcessor - Interface in org.springframework.test.web.servlet.request
-
- RequestResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the request.
- RequestResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Protected constructor.
- requestTo(Matcher<String>) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert the request URI string with the given matcher.
- requestTo(String) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Assert the request URI matches the given string.
- requestTo(URI) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
Expect a request to the given URI.
- requestToUriTemplate(String, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
- reset() - Method in class org.springframework.mock.web.MockFilterChain
-
- reset() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- reset() - Method in interface org.springframework.test.context.cache.ContextCache
-
Reset all state maintained by this cache including statistics.
- reset() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Reset all state maintained by this cache including statistics.
- reset() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager.RequestExpectationGroup
-
- reset() - Method in class org.springframework.test.web.client.AbstractRequestExpectationManager
-
- reset() - Method in class org.springframework.test.web.client.MockRestServiceServer
-
Reset the internal state removing all expectations and recorded requests.
- reset() - Method in interface org.springframework.test.web.client.RequestExpectationManager
-
Reset the internal state removing all expectations and recorded requests.
- reset() - Method in class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- reset() - Method in class org.springframework.test.web.client.UnorderedRequestExpectationManager
-
- RESET_REQUEST_CONTEXT_HOLDER_ATTRIBUTE - Static variable in class org.springframework.test.context.web.ServletTestExecutionListener
-
- resetBuffer() - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- resolve(Class<?>) - Method in interface org.springframework.test.context.ActiveProfilesResolver
-
Resolve the bean definition profiles to use when loading an
ApplicationContext
for the given test class.
- resolve(Class<?>) - Method in class org.springframework.test.context.support.DefaultActiveProfilesResolver
-
- resolveContextLoader(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- resolveExplicitContextLoaderClass(List<ContextConfigurationAttributes>) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- resolveParameter(ParameterContext, ExtensionContext) - Method in class org.springframework.test.context.junit.jupiter.SpringExtension
-
Resolve a value for the Parameter
in the supplied ParameterContext
by
retrieving the corresponding dependency from the test's ApplicationContext
.
- ResponseActions - Interface in org.springframework.test.web.client
-
A contract for setting up request expectations and defining a response.
- ResponseCreator - Interface in org.springframework.test.web.client
-
A contract for creating a ClientHttpResponse
.
- responseTimeout(Duration) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.Builder
-
Max amount of time to wait for responses.
- ResultActions - Interface in org.springframework.test.web.servlet
-
Allows applying actions, such as expectations, on the result of an executed
request.
- ResultHandler - Interface in org.springframework.test.web.servlet
-
A ResultHandler
performs a generic action on the result of an
executed request — for example, printing debug information.
- ResultMatcher - Interface in org.springframework.test.web.servlet
-
A ResultMatcher
matches the result of an executed request against
some expectation.
- retrieveDataSource(TestContext, String) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Retrieve the
DataSource
to use for the supplied
test context.
- retrieveMaxCacheSize() - Static method in class org.springframework.test.context.cache.ContextCacheUtils
-
- retrieveProfileValueSource(Class<?>) - Static method in class org.springframework.test.annotation.ProfileValueUtils
-
- retrieveTransactionManager(TestContext, String) - Static method in class org.springframework.test.context.transaction.TestContextTransactionUtils
-
Retrieve the transaction manager
to use for the supplied
test context.
- returnResult() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
-
Exit the chained API and return an ExchangeResult
with the
raw response content.
- returnResult() - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec
-
Exit the chained API and return an ExchangeResult
with the
decoded response content.
- returnResult(Class<T>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
Exit the chained API and consume the response body externally.
- returnResult(ParameterizedTypeReference<T>) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
-
- Rollback - Annotation Type in org.springframework.test.annotation
-
@Rollback
is a test annotation that is used to indicate whether
a test-managed transaction should be rolled back after
the test method has completed.
- run(RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
Check whether the test is enabled in the current execution environment.
- run(IHookCallBack, ITestResult) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Delegates to the test
method in the supplied callback
to execute the actual test
and then tracks the exception thrown during test execution, if any.
- RunAfterTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestClassCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
afterTestClass()
on the supplied
TestContextManager
.
- RunAfterTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
-
Construct a new RunAfterTestClassCallbacks
statement.
- RunAfterTestExecutionCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestExecutionCallbacks
is a custom JUnit
Statement
which allows the
Spring TestContext Framework to be plugged into the
JUnit 4 execution chain by calling
afterTestExecution()
on the supplied
TestContextManager
.
- RunAfterTestExecutionCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks
-
Construct a new RunAfterTestExecutionCallbacks
statement.
- RunAfterTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunAfterTestMethodCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
afterTestMethod()
on the supplied
TestContextManager
.
- RunAfterTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
-
Construct a new RunAfterTestMethodCallbacks
statement.
- runAfterTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- RunBeforeTestClassCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestClassCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
beforeTestClass()
on the
supplied
TestContextManager
.
- RunBeforeTestClassCallbacks(Statement, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
-
Construct a new RunBeforeTestClassCallbacks
statement.
- RunBeforeTestExecutionCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestExecutionCallbacks
is a custom JUnit
Statement
which allows the
Spring TestContext Framework to be plugged into the
JUnit 4 execution chain by calling
beforeTestExecution()
on the supplied
TestContextManager
.
- RunBeforeTestExecutionCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks
-
Construct a new RunBeforeTestExecutionCallbacks
statement.
- RunBeforeTestMethodCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunBeforeTestMethodCallbacks
is a custom JUnit
Statement
which allows
the
Spring TestContext Framework to be plugged into the JUnit execution chain
by calling
beforeTestMethod()
on the supplied
TestContextManager
.
- RunBeforeTestMethodCallbacks(Statement, Object, Method, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
-
Construct a new RunBeforeTestMethodCallbacks
statement.
- runBeforeTransactionMethods(TestContext) - Method in class org.springframework.test.context.transaction.TransactionalTestExecutionListener
-
- runChild(FrameworkMethod, RunNotifier) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
- RunPrepareTestInstanceCallbacks - Class in org.springframework.test.context.junit4.statements
-
RunPrepareTestInstanceCallbacks
is a custom JUnit
Statement
which
allows the
Spring TestContext Framework to be plugged into the JUnit
execution chain by calling
prepareTestInstance()
on the supplied
TestContextManager
.
- RunPrepareTestInstanceCallbacks(Statement, Object, TestContextManager) - Constructor for class org.springframework.test.context.junit4.statements.RunPrepareTestInstanceCallbacks
-
Construct a new RunPrepareTestInstanceCallbacks
statement.
- secure(boolean) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the secure property of the
ServletRequest
indicating use of a
secure channel, such as HTTPS.
- secure(String, boolean) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert whether the cookie must be sent over a secure protocol or not.
- self() - Method in class org.springframework.test.web.servlet.setup.AbstractMockMvcBuilder
-
- sendError(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendError(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sendRedirect(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- serializeState() - Method in class org.springframework.mock.web.MockHttpSession
-
Serialize the attributes of this session into an object that can be
turned into a byte array with standard Java serialization.
- servletPath(String) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Specify the portion of the requestURI that represents the path to which
the Servlet is mapped.
- ServletTestExecutionListener - Class in org.springframework.test.context.web
-
TestExecutionListener
which provides mock Servlet API support to
WebApplicationContexts
loaded by the Spring
TestContext Framework.
- ServletTestExecutionListener() - Constructor for class org.springframework.test.context.web.ServletTestExecutionListener
-
- session(WebSession) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- session(Principal) - Method in interface org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
-
- session() - Method in class org.springframework.mock.web.reactive.function.server.MockServerRequest
-
- session(MockHttpSession) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set the HTTP session to use, possibly re-used across requests.
- SESSION_COOKIE_NAME - Static variable in class org.springframework.mock.web.MockHttpSession
-
- sessionAttr(String, Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set a session attribute.
- sessionAttribute(String, Matcher<T>) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a session attribute value with the given Hamcrest Matcher
.
- sessionAttribute(String, Object) - Method in class org.springframework.test.web.servlet.result.RequestResultMatchers
-
Assert a session attribute value.
- sessionAttrs(Map<String, Object>) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Set session attributes.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
Set the ApplicationContext
to be used by this test instance,
provided via ApplicationContextAware
semantics.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
-
Set the ApplicationContext
to be used by this test instance,
provided via ApplicationContextAware
semantics.
- setAsyncContext(MockAsyncContext) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAsyncRequestTimeout(long) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Specify the timeout value for async execution.
- setAsyncStarted(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAsyncSupported(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockHttpSession
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object, int) - Method in class org.springframework.mock.web.MockPageContext
-
- setAttribute(String, Object) - Method in class org.springframework.mock.web.MockServletContext
-
- setAttribute(String, Object) - Method in class org.springframework.test.context.support.DefaultTestContext
-
- setAuthType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setBody(Publisher<DataBuffer>) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- setBody(String) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- setBody(String, Charset) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpResponse
-
- setBootstrapContext(BootstrapContext) - Method in class org.springframework.test.context.support.AbstractTestContextBootstrapper
-
- setBootstrapContext(BootstrapContext) - Method in interface org.springframework.test.context.TestContextBootstrapper
-
- setBufferSize(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setCharacterEncoding(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setClasses(Class<?>...) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Set the
processed annotated classes, effectively overriding the
original value declared via
@ContextConfiguration
.
- setComment(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setCommitted(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setComplete() - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
- setComplete() - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
- setContent(byte[]) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the content of the request body as a byte array.
- setContentLength(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContentLengthLong(long) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set a ContentNegotiationManager.
- setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContentType(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setContextPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setContextPath(String) - Method in class org.springframework.mock.web.MockServletContext
-
- setControllerAdvice(Object...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Register one or more
ControllerAdvice
instances to be used in tests.
- setConversionService(FormattingConversionService) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a conversion service with custom formatters and converters.
- setCookies(Cookie...) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setCustomArgumentResolvers(HandlerMethodArgumentResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom resolvers for controller method arguments.
- setCustomHandlerMapping(Supplier<RequestMappingHandlerMapping>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Configure factory to create a custom RequestMappingHandlerMapping
.
- setCustomReturnValueHandlers(HandlerMethodReturnValueHandler...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide custom handlers for controller method return values.
- setDataSource(DataSource) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Set the DataSource
, typically provided via Dependency Injection.
- setDataSource(DataSource) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Set the DataSource
, typically provided via Dependency Injection.
- setDateHeader(String, long) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setDefaultServletName(String) - Method in class org.springframework.mock.web.MockServletContext
-
Set the name of the default Servlet
.
- setDispatcherType(DispatcherType) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setDomain(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setEffectiveMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setEffectiveMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setField(Object, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the field with the given name
on the
provided targetObject
to the supplied value
.
- setField(Object, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the field with the given name
/type
on the provided targetObject
to the supplied value
.
- setField(Class<?>, String, Object) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the static field with the given name
on
the provided targetClass
to the supplied value
.
- setField(Class<?>, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the static field with the given
name
/type
on the provided targetClass
to
the supplied value
.
- setField(Object, Class<?>, String, Object, Class<?>) - Static method in class org.springframework.test.util.ReflectionTestUtils
-
Set the field with the given name
/type
on the provided targetObject
/targetClass
to the supplied
value
.
- setFlashMapManager(FlashMapManager) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a custom FlashMapManager instance.
- setForwardedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as a list.
- setHandlerExceptionResolvers(HandlerExceptionResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the HandlerExceptionResolver types to use as an array.
- setHeader(String, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setHttpOnly(boolean) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setIncludedUrl(String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setInitParameter(String, String) - Method in class org.springframework.mock.web.MockServletContext
-
- setIntHeader(String, int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setLocalAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocale(Locale) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setLocaleResolver(LocaleResolver) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a LocaleResolver instance.
- setLocalName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocalPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setLocations(String...) - Method in class org.springframework.test.context.ContextConfigurationAttributes
-
Set the
processed resource locations, effectively overriding the
original value declared via
@ContextConfiguration
.
- setMajorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setMaxAge(int) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setMaxInactiveInterval(int) - Method in class org.springframework.mock.web.MockHttpSession
-
- setMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set the message converters to use in argument resolvers and in return value
handlers, which support reading and/or writing to the body of the request
and response.
- setMethod(HttpMethod) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- setMethod(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setMinorVersion(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setName(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setNew(boolean) - Method in class org.springframework.mock.web.MockHttpSession
-
- setOutputStreamAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setParameter(String, String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set a single value for the specified HTTP parameter.
- setParameter(String, String...) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set an array of values for the specified HTTP parameter.
- setParameters(Map<String, ?>) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set all provided parameters replacing any existing
values for the provided parameter names.
- setPath(String) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setPathInfo(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setPreferredLocales(List<Locale>) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the list of preferred locales, in descending order, effectively replacing
any existing locales.
- setProperty(String, String) - Method in class org.springframework.mock.env.MockEnvironment
-
- setProperty(String, Object) - Method in class org.springframework.mock.env.MockPropertySource
-
Set the given property on the underlying Properties
object.
- setProtocol(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setQueryString(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setReadListener(ReadListener) - Method in class org.springframework.mock.web.DelegatingServletInputStream
-
- setRemoteAddr(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteHost(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemotePort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoteUser(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRemoveSemicolonContent(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set if ";" (semicolon) content should be stripped from the request URI.
- setRequestCharacterEncoding(String) - Method in class org.springframework.mock.web.MockServletContext
-
- setRequestedSessionId(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromCookie(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdFromURL(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestedSessionIdValid(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setRequestURI(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setResponse(ClientHttpResponse) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- setResponseCharacterEncoding(String) - Method in class org.springframework.mock.web.MockServletContext
-
- setScheme(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSecure(boolean) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
Set the boolean secure
flag indicating whether the mock request
was made using a secure channel, such as HTTPS.
- setSecure(boolean) - Method in class org.springframework.mock.web.MockSessionCookieConfig
-
- setServerName(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServerPort(int) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setServletContextName(String) - Method in class org.springframework.mock.web.MockServletContext
-
- setServletPath(String) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSession(HttpSession) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setSessionTimeout(int) - Method in class org.springframework.mock.web.MockServletContext
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.springframework.mock.web.MockServletContext
-
- setSingleView(View) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Sets up a single ViewResolver
that always returns the provided
view instance.
- setSqlScriptEncoding(String) - Method in class org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
Specify the encoding for SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(String) - Method in class org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
Specify the encoding for SQL scripts, if different from the platform encoding.
- setStatus(int) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- setStatus(int, String) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
Deprecated.
- setTimeout(long) - Method in class org.springframework.mock.web.MockAsyncContext
-
- setURI(URI) - Method in class org.springframework.mock.http.client.MockClientHttpRequest
-
- setUserPrincipal(Principal) - Method in class org.springframework.mock.web.MockHttpServletRequest
-
- setUseSuffixPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Whether to use suffix pattern match (".*") when matching patterns to
requests.
- setUseTrailingSlashPatternMatch(boolean) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Whether to match to URLs irrespective of the presence of a trailing slash.
- setValidator(Validator) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Provide a custom Validator
instead of the one created by default.
- setViewResolvers(ViewResolver...) - Method in class org.springframework.test.web.servlet.setup.StandaloneMockMvcBuilder
-
Set up view resolution with the given ViewResolver
s.
- setWebClient(WebClient) - Method in class org.springframework.test.web.servlet.htmlunit.MockMvcWebConnection
-
- setWebConnection(WebConnection) - Method in class org.springframework.test.web.servlet.htmlunit.webdriver.WebConnectionHtmlUnitDriver
-
Set the WebConnection
to be used with the WebClient
.
- setWriteHandler(Function<Flux<DataBuffer>, Mono<Void>>) - Method in class org.springframework.mock.http.client.reactive.MockClientHttpRequest
-
Configure a custom handler for writing the request body.
- setWriteHandler(Function<Flux<DataBuffer>, Mono<Void>>) - Method in class org.springframework.mock.http.server.reactive.MockServerHttpResponse
-
Configure a custom handler to consume the response body.
- setWriteListener(WriteListener) - Method in class org.springframework.mock.web.DelegatingServletOutputStream
-
- setWriterAccessAllowed(boolean) - Method in class org.springframework.mock.web.MockHttpServletResponse
-
- sharedHttpSession() - Static method in class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
-
- SharedHttpSessionConfigurer - Class in org.springframework.test.web.servlet.setup
-
MockMvcConfigurer
that stores and re-uses the HTTP session across
multiple requests performed through the same
MockMvc
instance.
- SharedHttpSessionConfigurer() - Constructor for class org.springframework.test.web.servlet.setup.SharedHttpSessionConfigurer
-
- SimpleNamingContext - Class in org.springframework.mock.jndi
-
Simple implementation of a JNDI naming context.
- SimpleNamingContext() - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
-
Create a new naming context.
- SimpleNamingContext(String) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
-
Create a new naming context with the given naming root.
- SimpleNamingContext(String, Hashtable<String, Object>, Hashtable<String, Object>) - Constructor for class org.springframework.mock.jndi.SimpleNamingContext
-
Create a new naming context with the given naming root,
the given name/object map, and the JNDI environment entries.
- SimpleNamingContextBuilder - Class in org.springframework.mock.jndi
-
Simple implementation of a JNDI naming context builder.
- SimpleNamingContextBuilder() - Constructor for class org.springframework.mock.jndi.SimpleNamingContextBuilder
-
- SimpleRequestExpectationManager - Class in org.springframework.test.web.client
-
Simple RequestExpectationManager
that matches requests to expectations
sequentially, i.e.
- SimpleRequestExpectationManager() - Constructor for class org.springframework.test.web.client.SimpleRequestExpectationManager
-
- size() - Method in interface org.springframework.test.context.cache.ContextCache
-
Determine the number of contexts currently stored in the cache.
- size() - Method in class org.springframework.test.context.cache.DefaultContextCache
-
Determine the number of contexts currently stored in the cache.
- size(int) - Method in class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Assert the number of model attributes.
- SmartContextLoader - Interface in org.springframework.test.context
-
Strategy interface for loading an application context
for an integration test managed by the Spring TestContext Framework.
- SmartRequestBuilder - Interface in org.springframework.test.web.servlet
-