Class MockHandlerAdaptor<T>

java.lang.Object
org.powermock.api.mockito.invocation.MockHandlerAdaptor<T>

public class MockHandlerAdaptor<T> extends Object
The class provides a access to method and data of MockHandler from the given mock instance.
  • Method Details

    • getMock

      public Object getMock()
    • getMockSettings

      public org.mockito.mock.MockCreationSettings<?> getMockSettings()