BasicReflectionMatchers
Functions
Link copied to clipboard
A matcher matching an object if the object has at least the given modifiers.
Link copied to clipboard
public static Matcher<TypeVariable<? extends Object>> sameTypeVariable(TypeVariable<? extends Object> typeVariable)
A matcher matching a TypeVariable if the TypeVariable is equal to the given one.