Annotation Interface ProfileValueSourceConfiguration
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
public @interface ProfileValueSourceConfiguration
ProfileValueSourceConfiguration is a class-level annotation for use
with JUnit 4 which is used to specify what type of ProfileValueSource
to use when retrieving profile values configured via
@IfProfileValue.
This annotation may be used as a meta-annotation to create custom composed annotations.
- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen
- 另请参阅:
-
可选元素概要
可选元素修饰符和类型可选元素说明Class<? extends ProfileValueSource>The type ofProfileValueSourceto use when retrieving profile values.
-
元素详细资料
-
value
Class<? extends ProfileValueSource> valueThe type ofProfileValueSourceto use when retrieving profile values.- 另请参阅:
- 默认值:
- cn.taketoday.test.annotation.SystemProfileValueSource.class
-