Searched refs:contactPoint (Results 1 – 1 of 1) sorted by relevance
246 GenericDocument contactPoint = document.getPropertyDocumentArray( in testGetEnterpriseContact() local248 assertThat(contactPoint.getPropertyNames()).containsAtLeast(CONTACT_POINT_PROPERTY_LABEL, in testGetEnterpriseContact()250 assertThat(contactPoint.getPropertyNames()).doesNotContain(CONTACT_POINT_PROPERTY_ADDRESS); in testGetEnterpriseContact()251 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_LABEL)).isEqualTo( in testGetEnterpriseContact()253 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_EMAIL)).isEqualTo( in testGetEnterpriseContact()255 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_TELEPHONE)).isEqualTo( in testGetEnterpriseContact()283 GenericDocument contactPoint = document.getPropertyDocumentArray( in testGetEnterpriseContact_withProjection() local285 assertThat(contactPoint.getPropertyNames()).containsExactly(CONTACT_POINT_PROPERTY_EMAIL); in testGetEnterpriseContact_withProjection()286 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_EMAIL)).isEqualTo( in testGetEnterpriseContact_withProjection()289 assertThat(contactPoint.getPropertyString(CONTACT_POINT_PROPERTY_ADDRESS)).isNull(); in testGetEnterpriseContact_withProjection()[all …]