Support @TestPropertySource as a repeated annotation [SPR-17454] #21986
Labels
in: test
Issues in the test module
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
shollander opened SPR-17454 and commented
@TestPropertySource
should ideally be supported as a repeatable annotation, just like@PropertySource
is.One use case for me is to create custom composed annotations with different
@TestPropertySource
declarations to provide a clear and non-error prone method of setting various properties for integration tests.It would be very useful to be able to use a combination of multiple composed annotations with different
@TestPropertySource
declarations.No further details from SPR-17454
The text was updated successfully, but these errors were encountered: