GetContact
Tests
| Test |
Duration |
Result |
| contactAdminUser_canGetRelatedContact() |
1.285s |
passed |
| globalAdmin_withoutAssumedRole_canGetArbitraryContact() |
1.241s |
passed |
| normalUser_canNotGetUnrelatedContact() |
1.247s |
passed |
Standard output
ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_withoutAssumedRole_canGetArbitraryContact(): TOTAL OBJECT COUNT (initial): 210 -> 210
{
"uuid": "3a3c060c-0bdc-4e46-97df-c6b1c6195317",
"caption": "first contact",
"postalAddress": {
"country": "Germany"
},
"emailAddresses": {
"main": "contact-admin@firstcontact.example.com"
},
"phoneNumbers": {
"phone_office": "+49 123 1234567"
}
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_withoutAssumedRole_canGetArbitraryContact(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
normalUser_canNotGetUnrelatedContact(): TOTAL OBJECT COUNT (initial): 210 -> 210
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
normalUser_canNotGetUnrelatedContact(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
contactAdminUser_canGetRelatedContact(): TOTAL OBJECT COUNT (initial): 210 -> 210
{
"uuid": "3a3c060c-0bdc-4e46-97df-c6b1c6195317",
"caption": "first contact",
"postalAddress": {
"country": "Germany"
},
"emailAddresses": {
"main": "contact-admin@firstcontact.example.com"
},
"phoneNumbers": {
"phone_office": "+49 123 1234567"
}
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
contactAdminUser_canGetRelatedContact(): TOTAL OBJECT COUNT (after): 210 -> 210