Closed
Description
Sam Brannen opened SPR-11109 and commented
Overview
Support for meta-annotations for test-related annotations was introduced in #12483 and #15666, but this support has not yet been documented.
Deliverables
- Document meta-annotation support for test-related annotations in the Testing chapter of the reference manual.
- Write and/or update Javadoc for related changes
-
MetaAnnotationUtils
-
@ContextConfiguration
-
@WebAppConfiguration
-
@ContextHierarchy
-
@ActiveProfiles
-
@DirtiesContext
-
@TestExecutionListeners
-
@IfProfileValue
-
@ProfileValueSourceConfiguration
-
@Transactional
-
@BeforeTransaction
-
@AfterTransaction
-
@TransactionConfiguration
-
@Rollback
-
@Repeat
-
@Timed
-
Affects: 4.0 M3
Issue Links:
- Provide meta-annotation support for test-related annotations [SPR-7827] #12483 Provide meta-annotation support for test-related annotations ("depends on")
- Support meta-annotation attribute overrides in the TestContext framework [SPR-11038] #15666 Support meta-annotation attribute overrides in the TestContext framework ("depends on")