ListContacts

1

tests

0

failures

0

ignored

1.385s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRoles_canViewAllContacts_ifNoCriteriaGiven() 1.385s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_withoutAssumedRoles_canViewAllContacts_ifNoCriteriaGiven(): TOTAL OBJECT COUNT (initial): 210 -> 210
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:38:59 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "858a28d5-60a9-4558-9bed-bb1f6b2e051a",
        "caption": "eighth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@eighthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "c5694f1d-f4f1-40b1-9541-52b928e1c5ad",
        "caption": "eleventh contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@eleventhcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "c98ab983-8119-424f-a507-5e9a2f07f8eb",
        "caption": "fifth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fifthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "8ca51682-efb1-4c42-bbcd-6028497f871e",
        "caption": "first contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@firstcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "783b408c-9a36-430a-8d67-6c85fbbb20a2",
        "caption": "fourth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fourthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "a644fa2b-26f7-4905-84cd-aea0c6944b03",
        "caption": "ninth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@ninthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "771e5a5b-321d-4436-8259-4e91ab007fe6",
        "caption": "second contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@secondcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "ce288607-0e0b-4d0e-b487-55e9d52c8726",
        "caption": "seventh contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@seventhcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "4f91e272-3e37-4203-bf2a-73036681cab7",
        "caption": "sixth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@sixthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "0fa30081-d456-472c-b3b1-52fdf7fb97f7",
        "caption": "tenth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@tenthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "239701b9-0895-49e2-bc14-4d286c4dfd6f",
        "caption": "third contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@thirdcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "cd0582bf-c117-46f1-9e86-338350df6721",
        "caption": "twelfth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@twelfthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_withoutAssumedRoles_canViewAllContacts_ifNoCriteriaGiven(): TOTAL OBJECT COUNT (after): 210 -> 210