Index
All Classes and Interfaces|All Packages
A
- afterTestMethod(TestContext) - Method in class org.springframework.boot.webservices.test.autoconfigure.client.MockWebServiceServerTestExecutionListener
- AutoConfigureMockWebServiceClient - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.server
-
Annotation that can be applied to a test class to enable auto-configuration of
MockWebServiceClient. - AutoConfigureMockWebServiceServer - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.client
-
Annotation that can be applied to a test class to enable and configure auto-configuration of a single
MockWebServiceServer. - AutoConfigureWebServiceClient - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.client
-
Annotation that can be applied to a test class to enable and configure auto-configuration of web service clients.
- AutoConfigureWebServiceServer - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.server
-
Annotation that can be applied to a test class to enable and configure auto-configuration of web service servers endpoints.
C
- components() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
Specifies the components to test.
E
- enabled() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.AutoConfigureMockWebServiceServer
-
If
MockWebServiceServerbean should be registered. - endpoints() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
Specifies the endpoints to test.
- excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
Auto-configuration exclusions that should be applied for this test.
- excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
Auto-configuration exclusions that should be applied for this test.
- excludeFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
- excludeFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
G
- getOrder() - Method in class org.springframework.boot.webservices.test.autoconfigure.client.MockWebServiceServerTestExecutionListener
I
- includeFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- includeFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
M
- MockWebServiceClientAutoConfiguration - Class in org.springframework.boot.webservices.test.autoconfigure.server
-
Auto-configuration for
MockWebServiceClientsupport. - MockWebServiceClientAutoConfiguration() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.server.MockWebServiceClientAutoConfiguration
- MockWebServiceServerAutoConfiguration - Class in org.springframework.boot.webservices.test.autoconfigure.client
-
Auto-configuration for
MockWebServiceServersupport. - MockWebServiceServerAutoConfiguration() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.client.MockWebServiceServerAutoConfiguration
- MockWebServiceServerTestExecutionListener - Class in org.springframework.boot.webservices.test.autoconfigure.client
-
TestExecutionListenertoverifyandresetMockWebServiceServer. - MockWebServiceServerTestExecutionListener() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.client.MockWebServiceServerTestExecutionListener
O
- org.springframework.boot.webservices.test.autoconfigure.client - package org.springframework.boot.webservices.test.autoconfigure.client
-
Auto-configuration for web service clients.
- org.springframework.boot.webservices.test.autoconfigure.server - package org.springframework.boot.webservices.test.autoconfigure.server
-
Auto-configuration for web service server tests.
P
- properties() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs. - properties() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs.
R
- registerWebServiceTemplate() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.AutoConfigureWebServiceClient
-
If a
WebServiceTemplatebean should be registered.
U
- useDefaultFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
Determines if default filtering should be used with
@SpringBootApplication. - useDefaultFilters() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
Determines if default filtering should be used with
@SpringBootApplication.
V
- value() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
Specifies the components to test.
- value() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.server.WebServiceServerTest
-
Specifies the endpoints to test.
W
- WebServiceClientTemplateAutoConfiguration - Class in org.springframework.boot.webservices.test.autoconfigure.client
-
Auto-configuration for a web-client
WebServiceTemplate. - WebServiceClientTemplateAutoConfiguration() - Constructor for class org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTemplateAutoConfiguration
- WebServiceClientTest - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.client
-
Annotation that can be used for a typical Spring web service client test.
- WebServiceServerTest - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.server
-
Annotation that can be used for a typical Spring web service server test.
All Classes and Interfaces|All Packages