GetListOfBankAccounts

1

tests

0

failures

0

ignored

1.405s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_withoutAssumedRoles_canViewAllBankAccounts_ifNoCriteriaGiven() 1.405s 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 13:34:14 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "05a825f1-bcea-4652-9c64-7bfae228996b",
        "holder": "Anita Bessler",
        "iban": "DE02300606010002474689",
        "bic": "DAAEDEDD"
    },
    {
        "uuid": "cb393a23-229e-4abe-9233-fda784978746",
        "holder": "First GmbH",
        "iban": "DE02120300000000202051",
        "bic": "BYLADEM1001"
    },
    {
        "uuid": "26c35dda-6cb4-45df-aec4-ce765b67c93f",
        "holder": "Fourth eG",
        "iban": "DE02200505501015871393",
        "bic": "HASPDEHH"
    },
    {
        "uuid": "72da9ffc-cb93-4a12-b074-4ad7cfe01d6a",
        "holder": "Mel Bessler",
        "iban": "DE02100100100006820101",
        "bic": "PBNKDEFF"
    },
    {
        "uuid": "da5312c8-12b4-4f94-b29d-7adc36532fee",
        "holder": "Paul Winkler",
        "iban": "DE02600501010002034304",
        "bic": "SOLADEST600"
    },
    {
        "uuid": "f32deabc-486a-4db2-8fc6-6e3ca98a8183",
        "holder": "Peter Smith",
        "iban": "DE02500105170137075030",
        "bic": "INGDDEFF"
    },
    {
        "uuid": "51ce0352-8423-4fe0-9afc-5b162093eb47",
        "holder": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",
        "iban": "DE02100500000054540402",
        "bic": "BELADEBE"
    },
    {
        "uuid": "7cee8f8f-b475-4133-862e-aa252d6da9de",
        "holder": "Third OHG",
        "iban": "DE02300209000106531065",
        "bic": "CMCIDEDD"
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_withoutAssumedRoles_canViewAllBankAccounts_ifNoCriteriaGiven(): TOTAL OBJECT COUNT (after): 210 -> 210