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.
- 从以下版本开始:
- 4.0
- 作者:
- Anatoliy Korovin, Sam Brannen
-
必需元素概要
所需元素
-
元素详细资料
-
value
TestPropertySource[] valueAn array of one or more@TestPropertySourcedeclarations.
-