Index
All Classes and Interfaces|All Packages
A
- AutoConfigureMybatis - Annotation Interface in org.mybatis.spring.boot.test.autoconfigure
-
Auto-configuration imports
for typical Mybatis tests.
E
- excludeAutoConfiguration() - Element in annotation interface org.mybatis.spring.boot.test.autoconfigure.MybatisTest
-
Auto-configuration exclusions that should be applied for this test.
- excludeFilters() - Element in annotation interface org.mybatis.spring.boot.test.autoconfigure.MybatisTest
-
A set of exclude filters which can be used to filter beans that would otherwise be added to the application context.
I
- includeFilters() - Element in annotation interface org.mybatis.spring.boot.test.autoconfigure.MybatisTest
-
A set of include filters which can be used to add otherwise filtered beans to the application context.
M
- MybatisTest - Annotation Interface in org.mybatis.spring.boot.test.autoconfigure
-
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
(JUnit 4) and@ExtendWith(SpringExtension.class)
(JUnit 5) for a typical mybatis test.
O
- org.mybatis.spring.boot.test.autoconfigure - package org.mybatis.spring.boot.test.autoconfigure
P
- properties() - Element in annotation interface org.mybatis.spring.boot.test.autoconfigure.MybatisTest
-
Properties in form key=value that should be added to the Spring
Environment
before the test runs.
U
- useDefaultFilters() - Element in annotation interface org.mybatis.spring.boot.test.autoconfigure.MybatisTest
-
Determines if default filtering should be used with
@SpringBootApplication
.
All Classes and Interfaces|All Packages