blob: 6dcecb35d3e1101e92bf32016f4ae78566640dab [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
include "../../../../../fullcontact.conf"
org.apache.streams.fullcontact.test.FullContactIT {
testEnrichCompanyByDomain.domain="apache.org"
testEnrichPersonByEmail.email="sblackmon@apache.org"
testEnrichPersonByEmails.emails=["sblackmon@apache.org","steve@blackmon.org"]
testEnrichPersonByEmailHash.emailHash="29b9a52501f1f405977fa8050e309ab4"
testEnrichPersonByPhone.phone="+1 (512) 965-0451"
testEnrichPersonByPhones.phones=["+1 (512) 965-0451","+1 (512) 425-0554"]
testEnrichPersonByTwitterHandle.handle="steveblackmon"
testEnrichPersonByTwitterUserid.userid="5998422"
testEnrichPersonByTwitterUsername.username="steveblackmon"
testEnrichPersonByGithubUrl.url="https://github.com/steveblackmon"
testEnrichPersonByLinkedinUsername.username="blackmon"
testEnrichPersonByNameAndLocation {
name = {
given = "Donald"
family = "Trump"
}
location = {
addressLine1 = "725 5th Ave"
city = "New York"
region = "NY"
postalCode = "10022"
}
}
testHandlesMissCorrectly {
emailHash="61824ffeb4ca171b6bb10db99eefb8a4b1c5f270eb74e35d5469d0c55a346c12"
}
}