0%
@BootstrapWith
- SpringTestContextFramework启动类
@ContextConfiguration
- 默认当前应用环境
- SpringTestContextFramework启动配置,要加载的类等
- 控制加载项的多少,影响环境准备时间
@ActiveProfiles
@TestPropertySource
@DirtiesContext
@WebAppConfiguration
@TestExecutionListeners
@Transactional
@BeforeTransaction
@AfterTransaction
@Commit
@Rollback
@Sql
@SqlConfig
@SqlGroup
@Repeat
(only supported on JUnit 4)
@Timed
(only supported on JUnit 4)
@IfProfileValue
(only supported on JUnit 4)
@ProfileValueSourceConfiguration
(only supported on JUnit 4)