Class WireMockStatusReporterTest

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

public class WireMockStatusReporterTest extends AbstractGitHubWireMockTest
Tests in this class are meant to show the behavior of AbstractGitHubWireMockTest with proxying on or off.

The wiremock data for these tests should only be modified by hand - thus most are skipped when snapshotting.

Author:
Liam Newman
  • Constructor Details

    • WireMockStatusReporterTest

      public WireMockStatusReporterTest()
  • Method Details

    • user_whenProxying_AuthCorrectlyConfigured

      public void user_whenProxying_AuthCorrectlyConfigured() throws Exception
      User when proxying auth correctly configured.
      Throws:
      Exception - the exception
    • user_whenNotProxying_Stubbed

      public void user_whenNotProxying_Stubbed() throws Exception
      User when not proxying stubbed.
      Throws:
      Exception - the exception
    • BasicBehaviors_whenNotProxying

      public void BasicBehaviors_whenNotProxying() throws Exception
      Basic behaviors when not proxying.
      Throws:
      Exception - the exception
    • BasicBehaviors_whenProxying

      public void BasicBehaviors_whenProxying() throws Exception
      Basic behaviors when proxying.
      Throws:
      Exception - the exception
    • whenSnapshot_EnsureProxy

      public void whenSnapshot_EnsureProxy() throws Exception
      When snapshot ensure proxy.
      Throws:
      Exception - the exception
    • whenSnapshot_EnsureRecordToExpectedLocation

      public void whenSnapshot_EnsureRecordToExpectedLocation() throws Exception
      When snapshot ensure record to expected location.
      Throws:
      Exception - the exception