Package org.mockito
Class Matchers
java.lang.Object
org.mockito.ArgumentMatchers
org.mockito.Matchers
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mockito.ArgumentMatchers
any, any, anyBoolean, anyByte, anyChar, anyCollection, anyCollectionOf, anyDouble, anyFloat, anyInt, anyIterable, anyIterableOf, anyList, anyListOf, anyLong, anyMap, anyMapOf, anyObject, anySet, anySetOf, anyShort, anyString, anyVararg, argThat, booleanThat, byteThat, charThat, contains, doubleThat, endsWith, eq, eq, eq, eq, eq, eq, eq, eq, eq, floatThat, intThat, isA, isNotNull, isNotNull, isNull, isNull, longThat, matches, matches, notNull, notNull, nullable, refEq, same, shortThat, startsWith
-
Constructor Details
-
Matchers
public Matchers()Deprecated.
-
ArgumentMatchers
. This class is now deprecated in order to avoid a name clash with Hamcrestorg.hamcrest.Matchers
class. This class will likely be removed in version 4.0.