java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHIssueEventTest
The Class GHIssueEventTest.
- Author:
- Martin van Zijl
-
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 GHRepositoryGets the repository.voidTest events for issue rename.voidTest events for single issue.voidTest issue review requested event.voidTest repository events.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
-
GHIssueEventTest
public GHIssueEventTest()Create default GHIssueEventTest instance
-
-
Method Details
-
testEventsForIssueRename
Test events for issue rename.- Throws:
Exception- the exception
-
testEventsForSingleIssue
Test events for single issue.- Throws:
Exception- the exception
-
testIssueReviewRequestedEvent
Test issue review requested event.- Throws:
Exception- the exception
-
testRepositoryEvents
Test repository events.- Throws:
Exception- the exception
-
getRepository
Gets the repository.- Returns:
- the repository
- Throws:
IOException- Signals that an I/O exception has occurred.
-