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
-
Method Summary
Modifier and TypeMethodDescriptionprotected GitHubBuilder
Gets the git hub builder.void
List accounts.void
List accounts with direction.void
List accounts with sort and direction.void
List 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
-
getGitHubBuilder
Gets the git hub builder.- Overrides:
getGitHubBuilder
in classAbstractGitHubWireMockTest
- Returns:
- the git hub builder
-
listMarketplacePlans
List marketplace plans.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
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.
-