Class MoreThanAllowedActualInvocations

All Implemented Interfaces:
Serializable

public class MoreThanAllowedActualInvocations extends MockitoAssertionError
Thrown when atMost(x) verification fails. See Mockito.atMost(int).
Since:
2.20.5
See Also:
  • Constructor Details

    • MoreThanAllowedActualInvocations

      public MoreThanAllowedActualInvocations(String message)