GetListOfBankAccounts

1

tests

0

failures

0

ignored

1.502s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRoles_canViewAllBankAccounts_ifNoCriteriaGiven() 1.502s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_withoutAssumedRoles_canViewAllBankAccounts_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:39 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "c1833283-2df4-4b76-ac2b-61cf14c0fef4",
        "holder": "Anita Bessler",
        "iban": "DE02300606010002474689",
        "bic": "DAAEDEDD"
    },
    {
        "uuid": "025775c4-9424-4678-af69-273368cf662a",
        "holder": "First GmbH",
        "iban": "DE02120300000000202051",
        "bic": "BYLADEM1001"
    },
    {
        "uuid": "b1e6d802-e7c8-45d1-ba91-6c0d4646bfab",
        "holder": "Fourth eG",
        "iban": "DE02200505501015871393",
        "bic": "HASPDEHH"
    },
    {
        "uuid": "b733838d-3b60-4b78-b6b1-652c51986894",
        "holder": "Mel Bessler",
        "iban": "DE02100100100006820101",
        "bic": "PBNKDEFF"
    },
    {
        "uuid": "b52eab87-135c-46b9-9687-bdddfed2800b",
        "holder": "Paul Winkler",
        "iban": "DE02600501010002034304",
        "bic": "SOLADEST600"
    },
    {
        "uuid": "dbb05d12-ebe9-4552-872f-eaf83d81dc96",
        "holder": "Peter Smith",
        "iban": "DE02500105170137075030",
        "bic": "INGDDEFF"
    },
    {
        "uuid": "ea65fbb6-d944-4779-8692-6d5b03abc7f9",
        "holder": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",
        "iban": "DE02100500000054540402",
        "bic": "BELADEBE"
    },
    {
        "uuid": "d957d6ca-3c6e-4110-b5ae-fc4b016433b6",
        "holder": "Third OHG",
        "iban": "DE02300209000106531065",
        "bic": "CMCIDEDD"
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_withoutAssumedRoles_canViewAllBankAccounts_ifNoCriteriaGiven(): TOTAL OBJECT COUNT (after): 210 -> 210