java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHMarketplacePlanTest
Tests for the GitHub MarketPlace Plan API methods.
- Author:
- Paulo Miguel Almeida
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kohsuke.github.AbstractGitHubWireMockTest
AbstractGitHubWireMockTest.TemplatingHelper -
Field Summary
Fields inherited from class org.kohsuke.github.AbstractGitHubWireMockTest
baseFilesClassPath, baseRecordPath, gitHub, mockGitHub, tempGitHubRepositories, templating, useDefaultGitHub -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GitHubBuilderGets the git hub builder.voidList accounts.voidList accounts with direction.voidList accounts with sort and direction.voidList marketplace plans.Methods inherited from class org.kohsuke.github.AbstractGitHubWireMockTest
assertThat, assertThat, assertThat, cleanupRepository, cleanupTempRepositories, fail, fail, getNonRecordingGitHub, getTempRepository, getTempRepository, getUser, getUser, getWireMockOptions, kohsuke, requireProxy, snapshotNotAllowed, verifyAuthenticated, wireMockSetup
-
Constructor Details
-
GHMarketplacePlanTest
public GHMarketplacePlanTest()Create default GHMarketplacePlanTest instance
-
-
Method Details
-
listAccounts
List accounts.- Throws:
IOException- Signals that an I/O exception has occurred.
-
listAccountsWithDirection
List accounts with direction.- Throws:
IOException- Signals that an I/O exception has occurred.
-
listAccountsWithSortAndDirection
List accounts with sort and direction.- Throws:
IOException- Signals that an I/O exception has occurred.
-
listMarketplacePlans
List marketplace plans.- Throws:
IOException- Signals that an I/O exception has occurred.
-
getGitHubBuilder
Gets the git hub builder.- Overrides:
getGitHubBuilderin classAbstractGitHubWireMockTest- Returns:
- the git hub builder
-