180181182183184185186
/** * @since 1.1.0 */ public HasPropertyWithValue hasProperty(String propertyName, Constraint expectation) { return new HasPropertyWithValue(propertyName, expectation); }
193194195196197198199