ListContacts

1

tests

0

failures

0

ignored

1.261s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRoles_canViewAllContacts_ifNoCriteriaGiven() 1.261s 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 15:05:06 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "10f4c539-b88e-4d8f-85fd-7044be8d9088",
        "caption": "eighth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@eighthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "b8b22f12-189d-4149-a501-654cf7c67513",
        "caption": "eleventh contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@eleventhcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "b6cdbf05-3d30-465e-9b99-61c66cc645e6",
        "caption": "fifth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fifthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "c16a81d4-d1b1-4e28-8c2e-f3836e415a17",
        "caption": "first contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@firstcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "0bf741c6-3115-4f29-a47c-ac4b825f7cf3",
        "caption": "fourth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@fourthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "35005bd1-f4f4-45b6-88b9-3382da7226fb",
        "caption": "ninth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@ninthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "4d09d044-c5eb-4c53-8208-b28dec283cd7",
        "caption": "second contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@secondcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "645f0110-f6be-49ed-b8dd-20ba25a8e8e0",
        "caption": "seventh contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@seventhcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "ee8b1789-20bd-450d-aac0-2322200e3439",
        "caption": "sixth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@sixthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "803caab1-6b37-4989-9a59-501fd2a4555d",
        "caption": "tenth contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@tenthcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "5c47d66f-31e0-4ad9-b842-cddc30ab89c7",
        "caption": "third contact",
        "postalAddress": {
            "country": "Germany"
        },
        "emailAddresses": {
            "main": "contact-admin@thirdcontact.example.com"
        },
        "phoneNumbers": {
            "phone_office": "+49 123 1234567"
        }
    },
    {
        "uuid": "3acc2b48-39b1-4b1e-aec7-51195de3bc86",
        "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