@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 geb.test.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 geb.spock.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#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Groovy Documentation