Index
All Classes and Interfaces|All Packages
A
- AutoConfigureDataSourceInitialization - Annotation Interface in org.springframework.boot.test.autoconfigure.jdbc
-
Annotation that can be applied to a test class to enable DataSource initialization.
- AutoConfigureJson - Annotation Interface in org.springframework.boot.test.autoconfigure.json
-
Auto-configuration importsfor typical JSON tests. - AutoConfigureJsonTesters - Annotation Interface in org.springframework.boot.test.autoconfigure.json
-
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.
C
- ConditionalOnJsonTesters - Annotation Interface in org.springframework.boot.test.autoconfigure.json
-
@Conditionalthat checks if JSON testers are enabled.
E
- enabled() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.AutoConfigureJsonTesters
-
If
BasicJsonTester,JacksonTester,JsonbTesterandGsonTesterbeans should be registered. - enabled() - Element in annotation interface org.springframework.boot.test.autoconfigure.OverrideAutoConfiguration
-
The value of the
enabled override property. - excludeAutoConfiguration() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
-
Auto-configuration exclusions that should be applied for this test.
- excludeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
-
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
G
- getObject() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTesterFactoryBean
- getObjectType() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTesterFactoryBean
- getProperties(Class) - Method in class org.springframework.boot.test.autoconfigure.TestSliceTestContextBootstrapper
I
- includeFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
- isSingleton() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTesterFactoryBean
J
- JsonMarshalTesterRuntimeHints - Class in org.springframework.boot.test.autoconfigure.json
-
Base class for
AbstractJsonMarshalTesterruntime hints. - JsonMarshalTesterRuntimeHints(Class) - Constructor for class org.springframework.boot.test.autoconfigure.json.JsonMarshalTesterRuntimeHints
- JsonTest - Annotation Interface in org.springframework.boot.test.autoconfigure.json
-
Annotation for a JSON test that focuses only on JSON serialization.
- JsonTesterFactoryBean<T,
M> - Class in org.springframework.boot.test.autoconfigure.json -
FactoryBeanused to create JSON Tester instances. - JsonTesterFactoryBean(Class, M) - Constructor for class org.springframework.boot.test.autoconfigure.json.JsonTesterFactoryBean
- JsonTestersAutoConfiguration - Class in org.springframework.boot.test.autoconfigure.json
-
Auto-configuration for Json testers.
- JsonTestersAutoConfiguration() - Constructor for class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
O
- org.springframework.boot.test.autoconfigure - package org.springframework.boot.test.autoconfigure
-
Test auto-configuration support.
- org.springframework.boot.test.autoconfigure.jdbc - package org.springframework.boot.test.autoconfigure.jdbc
-
Auto-configuration for core JDBC test concerns.
- org.springframework.boot.test.autoconfigure.json - package org.springframework.boot.test.autoconfigure.json
-
Auto-configuration for JSON tests.
- OverrideAutoConfiguration - Annotation Interface in org.springframework.boot.test.autoconfigure
-
Annotation that can be used to override
@EnableAutoConfiguration.
P
- properties() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
-
Properties in form key=value that should be added to the Spring
Environmentbefore the test runs.
R
- registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.boot.test.autoconfigure.json.JsonMarshalTesterRuntimeHints
T
- TestSliceTestContextBootstrapper<T> - Class in org.springframework.boot.test.autoconfigure
-
Base class for test slice
test context bootstrappers. - TestSliceTestContextBootstrapper() - Constructor for class org.springframework.boot.test.autoconfigure.TestSliceTestContextBootstrapper
U
- useDefaultFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.json.JsonTest
-
Determines if default filtering should be used with
@SpringBootApplication.
All Classes and Interfaces|All Packages