Annotation Interface EnableFoxglove
@Target({TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@Inherited
@TestExecutionListeners(listeners=FoxgloveTestListener.class,
mergeMode=MERGE_WITH_DEFAULTS)
public @interface EnableFoxglove
Composite annotation to enable Foxglove test features.
This annotation registers FoxgloveTestListener to TestExecutionListeners,
with merging mode of TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS.
- See Also: