Class GHMilestoneTest


public class GHMilestoneTest extends AbstractGitHubWireMockTest
The Class GHMilestoneTest.
Author:
Martin van Zijl
  • Constructor Details

    • GHMilestoneTest

      public GHMilestoneTest()
  • Method Details

    • cleanUp

      public void cleanUp() throws Exception
      Clean up.
      Throws:
      Exception - the exception
    • testUpdateMilestone

      public void testUpdateMilestone() throws Exception
      Test update milestone.
      Throws:
      Exception - the exception
    • testUnsetMilestone

      public void testUnsetMilestone() throws IOException
      Test unset milestone.
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • testUnsetMilestoneFromPullRequest

      public void testUnsetMilestoneFromPullRequest() throws IOException
      Test unset milestone from pull request.
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • getRepository

      protected GHRepository getRepository() throws IOException
      Gets the repository.
      Returns:
      the repository
      Throws:
      IOException - Signals that an I/O exception has occurred.