GetListOfBankAccounts

1

tests

0

failures

0

ignored

1.263s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRoles_canViewAllBankAccounts_ifNoCriteriaGiven() 1.263s 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:38:45 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "0e1f4b03-208c-4135-bb51-24e948c511be",
        "holder": "Anita Bessler",
        "iban": "DE02300606010002474689",
        "bic": "DAAEDEDD"
    },
    {
        "uuid": "0e031d18-62a5-4537-b42b-9d2c54c42bc0",
        "holder": "First GmbH",
        "iban": "DE02120300000000202051",
        "bic": "BYLADEM1001"
    },
    {
        "uuid": "32753b74-3d1c-4553-a1cc-0b61a96f696b",
        "holder": "Fourth eG",
        "iban": "DE02200505501015871393",
        "bic": "HASPDEHH"
    },
    {
        "uuid": "b2f7bf8d-5d14-46d1-aa46-bbbd6b233fbe",
        "holder": "Mel Bessler",
        "iban": "DE02100100100006820101",
        "bic": "PBNKDEFF"
    },
    {
        "uuid": "4bc7f2a1-2ef8-4eb2-b60d-f5488791c0cd",
        "holder": "Paul Winkler",
        "iban": "DE02600501010002034304",
        "bic": "SOLADEST600"
    },
    {
        "uuid": "b3ce8606-6490-43dc-8fd5-9f5cfbccb476",
        "holder": "Peter Smith",
        "iban": "DE02500105170137075030",
        "bic": "INGDDEFF"
    },
    {
        "uuid": "dbb7891f-8f7b-499a-a80d-60bfad690f58",
        "holder": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",
        "iban": "DE02100500000054540402",
        "bic": "BELADEBE"
    },
    {
        "uuid": "da463fa4-dec6-46e4-bef0-36fcd1d17760",
        "holder": "Third OHG",
        "iban": "DE02300209000106531065",
        "bic": "CMCIDEDD"
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_withoutAssumedRoles_canViewAllBankAccounts_ifNoCriteriaGiven(): TOTAL OBJECT COUNT (after): 210 -> 210