Class CallRealMethodAndSpyGHObjectResults
- java.lang.Object
-
- io.quarkiverse.githubapp.testing.mockito.internal.CallRealMethodAndSpyGHObjectResults
-
- All Implemented Interfaces:
Serializable,org.mockito.stubbing.Answer<Object>
public final class CallRealMethodAndSpyGHObjectResults extends Object implements org.mockito.stubbing.Answer<Object>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallRealMethodAndSpyGHObjectResults(Function<org.kohsuke.github.GHObject,DefaultableMocking<? extends org.kohsuke.github.GHObject>> defaultableMockingProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectanswer(org.mockito.invocation.InvocationOnMock invocation)
-
-
-
Constructor Detail
-
CallRealMethodAndSpyGHObjectResults
public CallRealMethodAndSpyGHObjectResults(Function<org.kohsuke.github.GHObject,DefaultableMocking<? extends org.kohsuke.github.GHObject>> defaultableMockingProvider)
-
-