Sha256: c2eb8caf562470679857fff24a50454d33f6a2d93b5437e310fcae26d97136d3
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
package com.thoughtworks.selenium.grid.examples.java; import org.testng.annotations.Test; /** */ public class PerigordTest extends GoogleImageTestBase { @Test(groups = {"example", "firefox", "default"}, description = "Lascaux Hall of the Bull") public void rubinius() throws Throwable { runFlickrScenario("Lascaux Hall of the Bull"); } @Test(groups = {"example", "firefox", "default"}, description = "Sarlat") public void pontNeuf() throws Throwable { runFlickrScenario("Sarlat"); } @Test(groups = {"example", "firefox", "default"}, description = "Cathedral in Perigueux") public void notreDameDeParis() throws Throwable { runFlickrScenario("Cathedral in Perigueux"); } @Test(groups = {"example", "firefox", "default"}, description = "Montbazillac") public void versailles() throws Throwable { runFlickrScenario("Montbazillac"); } @Test(groups = {"example", "firefox", "default"}, description = "Domme - La Halle Fleurie") public void domme() throws Throwable { runFlickrScenario("Domme - La Halle Fleurie"); } @Test(groups = {"example", "firefox", "default"}, description = "Rouffignac") public void rouffignac() throws Throwable { runFlickrScenario("Rouffignac"); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
selenium-rspec-dsl-1.0.2 | vendor/selenium-grid-1.0.4/examples/java/src/com/thoughtworks/selenium/grid/examples/java/PerigordTest.java |