ListContacts

1

tests

0

failures

0

ignored

1.315s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRoles_canViewAllContacts_ifNoCriteriaGiven() 1.315s 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:30:52 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "ccf038ae-ad5d-4e86-aad7-6cb9365116e7",
        "caption": "eighth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@eighthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "28000843-94d9-498a-a40b-fab714db230f",
        "caption": "eleventh contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@eleventhcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "f464b1f5-9a55-47d6-a1fe-b86fb6c9a1f7",
        "caption": "fifth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fifthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "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"
        }
    },
    {
        "uuid": "2a2c91a0-ee65-496c-b37d-1dc118e88d69",
        "caption": "fourth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fourthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "68342bff-3a8f-425d-aae3-401be728669d",
        "caption": "ninth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@ninthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "61a3bf60-021e-472a-8a13-17448913c039",
        "caption": "second contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@secondcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "814c109a-eccd-4a3e-92f1-e16cafdace3e",
        "caption": "seventh contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@seventhcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "52247772-f65b-4352-9c53-fe2e5314deb0",
        "caption": "sixth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@sixthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "fb9fdf55-716d-43f3-8ae9-a79a4d7e354d",
        "caption": "tenth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@tenthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "b6da62e4-23ae-4685-b8f9-c5a238dc75e8",
        "caption": "third contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@thirdcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "f848fbb5-ed8a-4c98-9d14-5606d431fbec",
        "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