@TargetSE(valueSE=TYPESE) @RetentionSE(valueSE=RUNTIMESE) @DocumentedSE @InheritedSE public @interface TestPropertySources
@TestPropertySources は、1 つ以上の @TestPropertySource 宣言のコンテナーです。 ただし、@TestPropertySource は繰り返し可能なSEアノテーションであるため、@TestPropertySources コンテナーの使用は完全にオプションであることに注意してください。
| 修飾子と型 | 必須要素と説明 |
|---|---|
TestPropertySource[] | value1 つ以上の @TestPropertySource 宣言の配列。 |
public abstract TestPropertySource[] value
@TestPropertySource 宣言の配列。