Closed
Description
Sam Brannen opened SPR-5914 and commented
Support for @IfProfileValue
is inconsistent across the JUnit 3.8 and JUnit 4.x implementations with regard to class-level overrides. Specifically, the implementation in SpringJUnit4ClassRunner is correct; however, the implementation in AbstractJUnit38SpringContextTests is incorrect due to bugs in the logic in ProfileValueUtils.
Affects: 3.0 M3
Issue Links:
- Improve documentation for @IfProfileValue precedence [SPR-11902] #16521 Improve documentation for
@IfProfileValue
precedence - Class-level @IfProfileValue overrides method-level @IfProfileValue settings [SPR-5902] #10571 Class-level
@IfProfileValue
overrides method-level@IfProfileValue
settings