Package spock.guice
Annotation Type UseModules
Activates Guice integration for a specification.
The specified modules will be started before and stopped after the specification's execution.
Services will be injected into the specification based on regular Guice annotations.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends com.google.inject.Module>[] value
-