Package org.mockito
Class Matchers
- java.lang.Object
-
- org.mockito.ArgumentMatchers
-
- org.mockito.Matchers
-
@Deprecated public class Matchers extends ArgumentMatchers
Deprecated.UseArgumentMatchers
. 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.
-
-
Constructor Summary
Constructors Constructor Description Matchers()
Deprecated.
-
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
-
-