Class TooLittleActualInvocations
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- org.mockito.exceptions.base.MockitoAssertionError
-
- org.mockito.exceptions.verification.TooLittleActualInvocations
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TooFewActualInvocations
@Deprecated public class TooLittleActualInvocations extends MockitoAssertionError
Deprecated.as of 2.27.5. Please useTooFewActualInvocations
instead.- See Also:
TooFewActualInvocations
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Deprecated.
-
Constructor Summary
Constructors Constructor Description TooLittleActualInvocations(java.lang.String message)
Deprecated.
-
Method Summary
-
Methods inherited from class org.mockito.exceptions.base.MockitoAssertionError
getUnfilteredStackTrace
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-