java.lang.Object
org.kohsuke.github.AbstractGitHubWireMockTest
org.kohsuke.github.GHVerificationReasonTest
The Class GHVerificationReasonTest.
- Author:
- Sourabh Sarvotham Parkala
-
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test bad cert.void
Test bad email.void
Test expired key.void
Test gpgverify error.void
Test gpgverify unavailable.void
Test invalid.void
Test malformed sig.void
Test malformed signature.void
Test not signing key.void
Test no user.void
Test OSCP error.void
Test OSCP pending.void
Test OCSP revoked.void
Test unknown key.void
Test unknown signature type.void
Test unsigned.void
Test unverified email.void
Test valid.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
-
GHVerificationReasonTest
public GHVerificationReasonTest()Create default GHVerificationReasonTest instance
-
-
Method Details
-
testExpiredKey
Test expired key.- Throws:
Exception
- the exception
-
testNotSigningKey
Test not signing key.- Throws:
Exception
- the exception
-
testGpgverifyError
Test gpgverify error.- Throws:
Exception
- the exception
-
testUnsigned
Test unsigned.- Throws:
Exception
- the exception
-
testUnknownSignatureType
Test unknown signature type.- Throws:
Exception
- the exception
-
testNoUser
Test no user.- Throws:
Exception
- the exception
-
testUnverifiedEmail
Test unverified email.- Throws:
Exception
- the exception
-
testBadEmail
Test bad email.- Throws:
Exception
- the exception
-
testUnknownKey
Test unknown key.- Throws:
Exception
- the exception
-
testMalformedSignature
Test malformed signature.- Throws:
Exception
- the exception
-
testInvalid
Test invalid.- Throws:
Exception
- the exception
-
testValid
Test valid.- Throws:
Exception
- the exception
-
testBadCert
Test bad cert.- Throws:
Exception
- the exception
-
testMalformedSig
Test malformed sig.- Throws:
Exception
- the exception
-
testOcspError
Test OSCP error.- Throws:
Exception
- the exception
-
testOscpPending
Test OSCP pending.- Throws:
Exception
- the exception
-
testOscpRevoked
Test OCSP revoked.- Throws:
Exception
- the exception
-