public class Matchers extends Object
Utility class to create Matchers
Matchers()
static Matcher
any(Class type)
contains(String value)
isNotNull()
isNull()
matches(String regex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Matchers()
public static Matcher any(Class type)
public static Matcher isNull()
public static Matcher isNotNull()
public static Matcher contains(String value)
public static Matcher matches(String regex)
Copyright © 2016. All rights reserved.