java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHUserTest
The Class GHUserTest.
-
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 TypeMethodDescriptionvoid
Creates the and count private repos.void
getKeys()
Gets the keys.void
Checks if is member of.void
List follows and followers.void
List projects.void
List public repositories.void
List public repositories page size 62.void
Verify bio and hireable.void
Verify ldapdn.void
Verify suspended_at.Methods inherited from class org.kohsuke.github.AbstractGitHubWireMockTest
assertThat, assertThat, assertThat, cleanupRepository, cleanupTempRepositories, fail, fail, getGitHubBuilder, getNonRecordingGitHub, getTempRepository, getTempRepository, getUser, getUser, getWireMockOptions, kohsuke, requireProxy, snapshotNotAllowed, verifyAuthenticated, wireMockSetup
-
Constructor Details
-
GHUserTest
public GHUserTest()Create default GHUserTest instance
-
-
Method Details
-
isMemberOf
Checks if is member of.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
listFollowsAndFollowers
List follows and followers.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getKeys
Gets the keys.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
listPublicRepositories
List public repositories.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
listProjects
List projects.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
listPublicRepositoriesPageSize62
List public repositories page size 62.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
createAndCountPrivateRepos
Creates the and count private repos.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
verifyBioAndHireable
Verify bio and hireable.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
verifyLdapdn
Verify ldapdn.- Throws:
IOException
- Signals that an I/O exception has occurred.
-
verifySuspendedAt
Verify suspended_at.- Throws:
IOException
- Signals that an I/O exception has occurred.
-