Package jetbrains.buildServer.agent.impl
Annotation Type SpringContextFixture
-
@Target(TYPE) @Retention(RUNTIME) public @interface SpringContextFixture
Use this interface to include custom beans into tests's spring config.- Since:
- 6.0
- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SpringContextXmlBean[]
beans
String[]
configs
-
-
-
Element Detail
-
beans
@NotNull SpringContextXmlBean[] beans
- Default:
- {}
-
-
-
configs
@NotNull String[] configs
- Default:
- {}
-
-