36373839404142
*/ @Deprecated @Factory public static Matcher<Object> hasLabel( String label ) { return new HasLabelStringMatcher( label ); }
59606162636465
* @param text */ @Factory public static Matcher<Object> hasText( String text ) { return new HasLabelStringMatcher( text ); }