GetAccountByUuid

1

tests

0

failures

0

ignored

1.492s

duration

100%

successful

Tests

Test Duration Result
shouldGetAccountByUuid() 1.492s passed

Standard output

2026-08-10T13:33:18.537Z  INFO 368 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.hs.accounts.HsAccountControllerAcceptanceTest$GetAccountByUuid]: GetAccountByUuid does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T13:33:18.538Z  INFO 368 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.hs.accounts.HsAccountControllerAcceptanceTest$GetAccountByUuid
ContextBasedTestWithCleanup.retrieveInitialTestData
shouldGetAccountByUuid(): TOTAL OBJECT COUNT (initial): 210 -> 210
toCleanup(class net.hostsharing.hsadminng.hs.office.person.HsOfficePersonRealEntity, 6a1a796e-bc7d-4fd5-a991-748357bef72d
toCleanup(class net.hostsharing.hsadminng.hs.accounts.HsAccountEntity, 41264e92-3b7c-40be-b780-557978d5e17a
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:33:19 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "41264e92-3b7c-40be-b780-557978d5e17a",
    "person": {
        "uuid": "6a1a796e-bc7d-4fd5-a991-748357bef72d",
        "personType": "LEGAL_PERSON",
        "tradeName": "Test Company",
        "salutation": null,
        "title": null,
        "givenName": null,
        "familyName": null
    },
    "subject": {
        "uuid": "41264e92-3b7c-40be-b780-557978d5e17a",
        "name": "test-subject1",
        "organization": "test",
        "type": "USER"
    },
    "globalUid": null,
    "globalGid": null
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsAccountEntity#41264e92-3b7c-40be-b780-557978d5e17a deleted 1 rows
DELETING temporary HsOfficePersonRealEntity#6a1a796e-bc7d-4fd5-a991-748357bef72d deleted 1 rows
shouldGetAccountByUuid(): TOTAL OBJECT COUNT (after): 210 -> 210