Package io.quarkus.runtime
Interface MockedThroughWrapper
public interface MockedThroughWrapper
Usually, QuarkusMock mocking replaces a "delegating instance" of a client proxy.
In some cases, e.g. for REST Client, a CDI bean is a wrapper over a delegate. This interface allows to replace the delegate instead of the delegating instance of the proxy.
-
Method Summary
-
Method Details
-
setMock
-
clearMock
void clearMock()
-