GetContact

3

tests

0

failures

0

ignored

3.686s

duration

100%

successful

Tests

Test Duration Result
contactAdminUser_canGetRelatedContact() 1.189s passed
globalAdmin_withoutAssumedRole_canGetArbitraryContact() 1.238s passed
normalUser_canNotGetUnrelatedContact() 1.259s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_withoutAssumedRole_canGetArbitraryContact(): TOTAL OBJECT COUNT (initial): 210 -> 210
{
    "uuid": "0862f76e-c4a7-45a5-8446-0564eb0ae329",
    "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": "0862f76e-c4a7-45a5-8446-0564eb0ae329",
    "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