Uses of Class
io.quarkus.panache.mock.PanacheStubber
-
Packages that use PanacheStubber Package Description io.quarkus.panache.mock -
-
Uses of PanacheStubber in io.quarkus.panache.mock
Methods in io.quarkus.panache.mock that return PanacheStubber Modifier and Type Method Description static PanacheStubberPanacheMock. doAnswer(org.mockito.stubbing.Answer answer)static PanacheStubberPanacheMock. doCallRealMethod()static PanacheStubberPanacheMock. doNothing()static PanacheStubberPanacheMock. doReturn(Object objectToBeReturned)static PanacheStubberPanacheMock. doReturn(Object objectToBeReturned, Object... toBeReturnedNext)static PanacheStubberPanacheMock. doThrow(Class<? extends Throwable> toBeThrown)static PanacheStubberPanacheMock. doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... toBeThrownNext)static PanacheStubberPanacheMock. doThrow(Throwable... toBeThrown)
-