This is an automated email from the ASF dual-hosted git repository.

cmarcum pushed a change to branch task/geb-testcontainers
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


    from d575ecfa add container building section.
     add 07468fb6 rename geb-testontainers packages to geb.testcontainers

No new revisions were added by this update.

Summary of changes:
 .../BaseUrlConfigFromClassSpec.groovy              |  3 +-
 .../ContainerFileDetectorAnnotationSpec.groovy     |  6 +--
 .../ContainerFileDetectorDefaultSpec.groovy        |  8 +--
 .../ContainerFileDetectorSpockSpec.groovy          |  8 ++-
 .../ContainerGebSpecWithServer.groovy              |  4 +-
 .../testcontainers}/DownloadSupportSpec.groovy     |  4 +-
 .../testcontainers}/GebConfigSpec.groovy           |  4 +-
 .../HostNameConfigurationSpec.groovy               |  5 +-
 .../testcontainers}/InheritedConfigSpec.groovy     |  7 +--
 .../testcontainers}/PageDelegateSpec.groovy        |  4 +-
 .../testcontainers}/PerTestRecordingSpec.groovy    |  3 +-
 .../testcontainers}/PortConfigFromClassSpec.groovy |  3 +-
 .../testcontainers}/RootPageSpec.groovy            |  6 +--
 .../testcontainers}/TestFileServer.groovy          |  2 +-
 .../testcontainers}/TestFileServerSpec.groovy      |  3 +-
 .../spock => geb/testcontainers}/UploadSpec.groovy |  6 +--
 .../testcontainers}/pages/HomePage.groovy          |  2 +-
 .../testcontainers}/pages/UploadPage.groovy        |  2 +-
 .../testcontainers}/pages/UploadSuccessPage.groovy |  2 +-
 .../testcontainers}/ContainerFileDetector.groovy   |  2 +-
 .../ContainerGebConfiguration.groovy               |  8 +--
 .../testcontainers}/ContainerGebExtension.groovy   |  6 +--
 .../testcontainers}/ContainerGebSpec.groovy        | 16 +++---
 .../ContainerGebTestDescription.groovy             |  2 +-
 .../DefaultContainerFileDetector.groovy            |  2 +-
 .../testcontainers}/GebContainerSettings.groovy    |  2 +-
 .../testcontainers}/GebOnFailureReporter.groovy    |  4 +-
 .../GebRecordingTestListener.groovy                |  2 +-
 .../WebDriverContainerHolder.groovy                |  6 +--
 .../serviceloader/ServiceRegistry.groovy           |  2 +-
 .../testcontainers}/support/BrowserType.groovy     |  2 +-
 .../support/ContainerGebFileInputSource.groovy     |  2 +-
 .../support/ContainerSupport.groovy                |  4 +-
 .../support/LocalhostDownloadSupport.groovy        |  2 +-
 .../support/ReportingSupport.groovy                |  4 +-
 .../support/delegate/BrowserDelegate.groovy        |  4 +-
 .../delegate/DownloadSupportDelegate.groovy        | 58 +++++++++++-----------
 .../support/delegate/DriverDelegate.groovy         |  4 +-
 .../support/delegate/PageDelegate.groovy           |  4 +-
 ...ockframework.runtime.extension.IGlobalExtension |  2 +-
 .../testcontainers}/BaseUrlConfigSpec.groovy       |  3 +-
 41 files changed, 103 insertions(+), 120 deletions(-)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/BaseUrlConfigFromClassSpec.groovy (95%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/ContainerFileDetectorAnnotationSpec.groovy (90%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/ContainerFileDetectorDefaultSpec.groovy (88%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/ContainerFileDetectorSpockSpec.groovy (89%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/ContainerGebSpecWithServer.groovy (94%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/DownloadSupportSpec.groovy (95%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/GebConfigSpec.groovy (97%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/HostNameConfigurationSpec.groovy (93%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/InheritedConfigSpec.groovy (95%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/PageDelegateSpec.groovy (93%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/PerTestRecordingSpec.groovy (98%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/PortConfigFromClassSpec.groovy (96%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/RootPageSpec.groovy (93%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/TestFileServer.groovy (98%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/TestFileServerSpec.groovy (96%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/UploadSpec.groovy (96%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/pages/HomePage.groovy (96%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/pages/UploadPage.groovy (97%)
 rename 
integration/geb-testcontainers/src/integration-test/groovy/{org/demo/spock => 
geb/testcontainers}/pages/UploadSuccessPage.groovy (96%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/ContainerFileDetector.groovy (97%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/ContainerGebConfiguration.groovy (91%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/ContainerGebExtension.groovy (97%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/ContainerGebSpec.groovy (80%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/ContainerGebTestDescription.groovy (98%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/DefaultContainerFileDetector.groovy (98%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/GebContainerSettings.groovy (99%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/GebOnFailureReporter.groovy (95%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/GebRecordingTestListener.groovy (99%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/WebDriverContainerHolder.groovy (99%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/serviceloader/ServiceRegistry.groovy (98%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/BrowserType.groovy (96%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/ContainerGebFileInputSource.groovy (98%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/ContainerSupport.groovy (97%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/LocalhostDownloadSupport.groovy (98%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/ReportingSupport.groovy (95%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/delegate/BrowserDelegate.groovy (99%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/delegate/DownloadSupportDelegate.groovy (62%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/delegate/DriverDelegate.groovy (95%)
 rename integration/geb-testcontainers/src/main/groovy/{grails/plugin/geb => 
geb/testcontainers}/support/delegate/PageDelegate.groovy (99%)
 rename integration/geb-testcontainers/src/test/groovy/{org/demo/spock => 
geb/testcontainers}/BaseUrlConfigSpec.groovy (95%)

Reply via email to