Class DoNotMockException

All Implemented Interfaces:
Serializable

public class DoNotMockException extends MockitoException
Thrown when attempting to mock a class that is annotated with DoNotMock.
See Also:
  • Constructor Details

    • DoNotMockException

      public DoNotMockException(String message)