コード例 #1
0
 @com.thoughtworks.gauge.Step("Verify that material saved successfully")
 public void verifyThatMaterialSavedSuccessfully() throws Exception {
   super.verifySavedSuccessfully();
 }
コード例 #2
0
 @com.thoughtworks.gauge.Step(
     "Go to environment variables page - Already on material listing page")
 @Override
 public void goToEnvironmentVariablesPage() throws Exception {
   super.goToEnvironmentVariablesPage();
 }
コード例 #3
0
 @com.thoughtworks.gauge.Step("Open general options page - Already on material listing page")
 @Override
 public void openGeneralOptionsPage() throws Exception {
   super.openGeneralOptionsPage();
 }
コード例 #4
0
 @com.thoughtworks.gauge.Step("Open stage listing page - Already on material listing page")
 public void openStageListingPage() throws Exception {
   super.openStageListingPage();
 }