Class GHRepositoryForkBuilderTest

java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHRepositoryForkBuilderTest

public class GHRepositoryForkBuilderTest extends AbstractGitHubWireMockTest
The Class GHRepositoryForkBuilderTest.
  • Constructor Details

    • GHRepositoryForkBuilderTest

      public GHRepositoryForkBuilderTest()
      Instantiates a new Gh repository fork builder test.
  • Method Details

    • setUp

      public void setUp() throws Exception
      Sets up.
      Throws:
      Exception - the exception
    • tearDown

      public void tearDown()
      Tear down.
    • testFork

      public void testFork() throws Exception
      Test fork.
      Throws:
      Exception - the exception
    • testForkToOrg

      public void testForkToOrg() throws Exception
      Test fork to org.
      Throws:
      Exception - the exception
    • testForkDefaultBranchOnly

      public void testForkDefaultBranchOnly() throws Exception
      Test fork default branch only.
      Throws:
      Exception - the exception
    • testForkChangedName

      public void testForkChangedName() throws Exception
      Test fork changed name.
      Throws:
      Exception - the exception
    • testTimeoutMessage

      public void testTimeoutMessage() throws Exception
      Test timeout message and sleep count.
      Throws:
      Exception - the exception
    • testTimeoutOrgMessage

      public void testTimeoutOrgMessage() throws Exception
      Test timeout org message.
      Throws:
      Exception - the exception
    • testSleep

      public void testSleep() throws Exception
      Test sleep.
      Throws:
      Exception - the exception