java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHRepositoryForkBuilderTest
The Class GHRepositoryForkBuilderTest.
-
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
ConstructorsConstructorDescriptionInstantiates a new Gh repository fork builder test. -
Method Summary
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
-
GHRepositoryForkBuilderTest
public GHRepositoryForkBuilderTest()Instantiates a new Gh repository fork builder test.
-
-
Method Details
-
setUp
Sets up.- Throws:
Exception
- the exception
-
tearDown
public void tearDown()Tear down. -
testFork
Test fork.- Throws:
Exception
- the exception
-
testForkToOrg
Test fork to org.- Throws:
Exception
- the exception
-
testForkDefaultBranchOnly
Test fork default branch only.- Throws:
Exception
- the exception
-
testForkChangedName
Test fork changed name.- Throws:
Exception
- the exception
-
testTimeoutMessage
Test timeout message and sleep count.- Throws:
Exception
- the exception
-
testTimeoutOrgMessage
Test timeout org message.- Throws:
Exception
- the exception
-
testSleep
Test sleep.- Throws:
Exception
- the exception
-