Package jetbrains.buildServer
Annotation Type Mocked
-
@Retention(RUNTIME) @Target(FIELD) public @interface Mocked
Annotation for field used byBaseJMockTestCase
class to automatically autowire mocks into annotated fields- Since:
- 7.1
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 20.03.12 16:11
- See Also:
BaseJMockTestCase
-
-
Element Detail
-
name
String name
- Returns:
- specific mock name if needed
- Default:
- ""
-
-