Class GHMarketplacePlanTest

java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHMarketplacePlanTest

public class GHMarketplacePlanTest extends AbstractGitHubWireMockTest
Tests for the GitHub MarketPlace Plan API methods.
Author:
Paulo Miguel Almeida
  • Constructor Details

    • GHMarketplacePlanTest

      public GHMarketplacePlanTest()
  • Method Details

    • getGitHubBuilder

      protected GitHubBuilder getGitHubBuilder()
      Gets the git hub builder.
      Overrides:
      getGitHubBuilder in class AbstractGitHubWireMockTest
      Returns:
      the git hub builder
    • listMarketplacePlans

      public void listMarketplacePlans() throws IOException
      List marketplace plans.
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • listAccounts

      public void listAccounts() throws IOException
      List accounts.
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • listAccountsWithDirection

      public void listAccountsWithDirection() throws IOException
      List accounts with direction.
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • listAccountsWithSortAndDirection

      public void listAccountsWithSortAndDirection() throws IOException
      List accounts with sort and direction.
      Throws:
      IOException - Signals that an I/O exception has occurred.