Class GHAppExtendedTest


public class GHAppExtendedTest extends AbstractGitHubWireMockTest
Tests for the GitHub App Api Test
Author:
Daniel Baur
  • Constructor Details

    • GHAppExtendedTest

      public GHAppExtendedTest()
  • Method Details

    • getAppBySlugTest

      public void getAppBySlugTest() throws IOException
      Gets the GitHub App by its slug.
      Throws:
      IOException - An IOException has occurred.
    • createAppByManifestFlowTest

      public void createAppByManifestFlowTest() throws IOException
      Tests App creation via the App Manifest Flow. The used code defined below was only valid for a short time, meaning that you can not replay the test against the GitHub API. Use the stored wire snapshot for executing those tests.
      Throws:
      IOException - An IOException has occurred.