@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class GrailsContainerGebExtension extends java.lang.Object implements IGlobalExtension
A Spock Extension that manages the Testcontainers lifecycle for a ContainerGebSpec
ContainerGebSpec cannot be a ManagedGebTest because it would cause the test manager to be initialized out of sequence of the container management. Instead, we initialize the same interceptors as the GebExtension does.
Type | Name and description |
---|---|
ExclusiveResource |
exclusiveResource |
WebDriverContainerHolder |
holder |
Constructor and description |
---|
GrailsContainerGebExtension() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation