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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest bad cert.voidTest bad email.voidTest expired key.voidTest gpgverify error.voidTest gpgverify unavailable.voidTest invalid.voidTest malformed sig.voidTest malformed signature.voidTest not signing key.voidTest no user.voidTest OSCP error.voidTest OSCP pending.voidTest OCSP revoked.voidTest unknown key.voidTest unknown signature type.voidTest unsigned.voidTest unverified email.voidTest 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
-
testBadCert
Test bad cert.- Throws:
Exception- the exception
-
testBadEmail
Test bad email.- Throws:
Exception- the exception
-
testExpiredKey
Test expired key.- Throws:
Exception- the exception
-
testGpgverifyError
Test gpgverify error.- Throws:
Exception- the exception
-
testInvalid
Test invalid.- Throws:
Exception- the exception
-
testMalformedSig
Test malformed sig.- Throws:
Exception- the exception
-
testMalformedSignature
Test malformed signature.- Throws:
Exception- the exception
-
testNoUser
Test no user.- Throws:
Exception- the exception
-
testNotSigningKey
Test not signing key.- 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
-
testUnknownKey
Test unknown key.- Throws:
Exception- the exception
-
testUnknownSignatureType
Test unknown signature type.- Throws:
Exception- the exception
-
testUnsigned
Test unsigned.- Throws:
Exception- the exception
-
testUnverifiedEmail
Test unverified email.- Throws:
Exception- the exception
-
testValid
Test valid.- Throws:
Exception- the exception
-