Annotation Interface testPropertySources
@testPropertySources is a container for one or more
@testPropertySource declarations.
Note, however, that use of the @testPropertySources container is
completely optional since @testPropertySource is a
repeatable annotation.
This annotation will be inherited from an enclosing test class by default.
See @NestedtestConfiguration for details.
- Since:
- 5.2
- Author:
- Anatoliy Korovin, Sam Brannen
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn array of one or more@testPropertySourcedeclarations.
-
Element Details
-
value
testPropertySource[] valueAn array of one or more@testPropertySourcedeclarations.
-