app-gradle-plugin/src/integTest/java/com/google/cloud/tools/gradle/appengine/AppEngineAppYamlPluginIntegrationTest.java [86:107]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("Custom routings have been updated."));
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("DoS protection has been updated."));
    MatcherAssert.assertThat(
        buildResult.getOutput(),
        CoreMatchers.containsString("Indexes are being rebuilt. This may take a moment."));
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("Cron jobs have been updated."));
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("Task queues have been updated."));

    deleteProject();
  }

  private static void deleteProject()
      throws UnsupportedOsException, CloudSdkNotFoundException, IOException,
          ProcessHandlerException {
    Path sdkHome = ManagedCloudSdk.newManagedSdk().getSdkHome();
    CloudSdk cloudSdk = new CloudSdk.Builder().sdkPath(sdkHome).build();
    Gcloud.builder(cloudSdk)
        .build()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app-gradle-plugin/src/integTest/java/com/google/cloud/tools/gradle/appengine/AppEngineStandardPluginIntegrationTest.java [184:205]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("Custom routings have been updated."));
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("DoS protection has been updated."));
    MatcherAssert.assertThat(
        buildResult.getOutput(),
        CoreMatchers.containsString("Indexes are being rebuilt. This may take a moment."));
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("Cron jobs have been updated."));
    MatcherAssert.assertThat(
        buildResult.getOutput(), CoreMatchers.containsString("Task queues have been updated."));

    deleteProject();
  }

  private static void deleteProject()
      throws UnsupportedOsException, CloudSdkNotFoundException, IOException,
          ProcessHandlerException {
    Path sdkHome = ManagedCloudSdk.newManagedSdk().getSdkHome();
    CloudSdk cloudSdk = new CloudSdk.Builder().sdkPath(sdkHome).build();
    Gcloud.builder(cloudSdk)
        .build()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



