public class InvocationMatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
MatchFunction |
matchFunction |
public MatchFunction matchFunction
public static InvocationMatcher any(MatchFunction matcher)
public static InvocationMatcher any()
public static InvocationMatcher anyString()
public static InvocationMatcher anyNumber()
public static InvocationMatcher anyBoolean()
public static InvocationMatcher anyByte()
public static InvocationMatcher anyChar()
public static InvocationMatcher anyInt()
public static InvocationMatcher anyLong()
public static InvocationMatcher anyFloat()
public static InvocationMatcher anyDouble()
public static InvocationMatcher anyShort()
public static InvocationMatcher anyArray()
public static InvocationMatcher anyArrayOf(Class<?> clazz)
public static InvocationMatcher anyList()
public static InvocationMatcher anyListOf(Class<?> clazz)
public static InvocationMatcher anySet()
public static InvocationMatcher anySetOf(Class<?> clazz)
public static InvocationMatcher anyMap()
public static InvocationMatcher anyMapOf(Class<?> keyClass, Class<?> valueClass)
public static InvocationMatcher anyCollection()
public static InvocationMatcher anyCollectionOf(Class<?> clazz)
public static InvocationMatcher anyIterable()
public static InvocationMatcher anyIterableOf(Class<?> clazz)
public static InvocationMatcher any(Class<?> clazz)
public static InvocationMatcher anyTypeOf(Class<?>... classes)
public static InvocationMatcher eq(Object obj)
public static InvocationMatcher refEq(Object obj)
public static InvocationMatcher isNull()
public static InvocationMatcher notNull()
public static InvocationMatcher nullable(Class<?> clazz)
public static InvocationMatcher contains(String substring)
public static InvocationMatcher matches(String regex)
public static InvocationMatcher endsWith(String suffix)
public static InvocationMatcher startsWith(String prefix)
Copyright © 2022. All rights reserved.