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