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
-
Method Summary
Modifier and TypeMethodDescriptionprotected GHRepository
Gets the repository.void
Test events for issue rename.void
Test events for single issue.void
Test issue review requested event.void
Test 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
-
testEventsForSingleIssue
Test events for single issue.- Throws:
Exception
- the exception
-
testIssueReviewRequestedEvent
Test issue review requested event.- Throws:
Exception
- the exception
-
testEventsForIssueRename
Test events for issue rename.- 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.
-