Class GHVerificationReasonTest

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

public class GHVerificationReasonTest extends AbstractGitHubWireMockTest
The Class GHVerificationReasonTest.
Author:
Sourabh Sarvotham Parkala
  • Constructor Details

    • GHVerificationReasonTest

      public GHVerificationReasonTest()
  • Method Details

    • testExpiredKey

      public void testExpiredKey() throws Exception
      Test expired key.
      Throws:
      Exception - the exception
    • testNotSigningKey

      public void testNotSigningKey() throws Exception
      Test not signing key.
      Throws:
      Exception - the exception
    • testGpgverifyError

      public void testGpgverifyError() throws Exception
      Test gpgverify error.
      Throws:
      Exception - the exception
    • testGpgverifyUnavailable

      public void testGpgverifyUnavailable() throws Exception
      Test gpgverify unavailable.
      Throws:
      Exception - the exception
    • testUnsigned

      public void testUnsigned() throws Exception
      Test unsigned.
      Throws:
      Exception - the exception
    • testUnknownSignatureType

      public void testUnknownSignatureType() throws Exception
      Test unknown signature type.
      Throws:
      Exception - the exception
    • testNoUser

      public void testNoUser() throws Exception
      Test no user.
      Throws:
      Exception - the exception
    • testUnverifiedEmail

      public void testUnverifiedEmail() throws Exception
      Test unverified email.
      Throws:
      Exception - the exception
    • testBadEmail

      public void testBadEmail() throws Exception
      Test bad email.
      Throws:
      Exception - the exception
    • testUnknownKey

      public void testUnknownKey() throws Exception
      Test unknown key.
      Throws:
      Exception - the exception
    • testMalformedSignature

      public void testMalformedSignature() throws Exception
      Test malformed signature.
      Throws:
      Exception - the exception
    • testInvalid

      public void testInvalid() throws Exception
      Test invalid.
      Throws:
      Exception - the exception
    • testValid

      public void testValid() throws Exception
      Test valid.
      Throws:
      Exception - the exception
    • testBadCert

      public void testBadCert() throws Exception
      Test bad cert.
      Throws:
      Exception - the exception
    • testMalformedSig

      public void testMalformedSig() throws Exception
      Test malformed sig.
      Throws:
      Exception - the exception
    • testOcspError

      public void testOcspError() throws Exception
      Test OSCP error.
      Throws:
      Exception - the exception
    • testOscpPending

      public void testOscpPending() throws Exception
      Test OSCP pending.
      Throws:
      Exception - the exception
    • testOscpRevoked

      public void testOscpRevoked() throws Exception
      Test OCSP revoked.
      Throws:
      Exception - the exception