281282283284285286287
return new AnyClassMatcher(Object.class); } protected final Matcher isNotNull() { return new NotNullMatcher(); }