Package spock.mock
Annotation Type AutoAttach
-
@Beta @Target(FIELD) @Retention(RUNTIME) public @interface AutoAttach
Automatically attaches detached mocksDetachedMockFactory
to a Specification. This can be used if there is no explicit framework support for attaching detached mocks. It does not work forstatic
or@Shared
fields. If you are using the Spring Framework, then use spock-spring extension instead.- Since:
- 1.2