Class AbstractGHAppInstallationTest

java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.AbstractGHAppInstallationTest
Direct Known Subclasses:
AppInstallationAuthorizationProviderTest, GHAppInstallationTest, GHAppTest, GHAuthenticatedAppInstallationTest, GHCheckRunBuilderTest, JWTTokenProviderTest

public class AbstractGHAppInstallationTest extends AbstractGitHubWireMockTest
The Class AbstractGHAppInstallationTest.
  • Field Details

  • Constructor Details

    • AbstractGHAppInstallationTest

      protected AbstractGHAppInstallationTest()
      Instantiates a new abstract GH app installation test.
  • Method Details

    • getAppInstallationWithToken

      protected GHAppInstallation getAppInstallationWithToken(String jwtToken) throws IOException
      Gets the app installation with token.
      Parameters:
      jwtToken - the jwt token
      Returns:
      the app installation with token
      Throws:
      IOException - Signals that an I/O exception has occurred.