GetAccountByUuid

1

tests

0

failures

0

ignored

1.405s

duration

100%

successful

Tests

Test Duration Result
shouldGetAccountByUuid() 1.405s passed

Standard output

2026-08-10T15:03:54.038Z  INFO 373 --- [    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-10T15:03:54.039Z  INFO 373 --- [    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, 747a8a83-3efb-4b70-978a-04e70d334462
toCleanup(class net.hostsharing.hsadminng.hs.accounts.HsAccountEntity, eceb14d2-de35-4c6a-9eca-81ff8adf5daa
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:03:54 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "eceb14d2-de35-4c6a-9eca-81ff8adf5daa",
    "person": {
        "uuid": "747a8a83-3efb-4b70-978a-04e70d334462",
        "personType": "LEGAL_PERSON",
        "tradeName": "Test Company",
        "salutation": null,
        "title": null,
        "givenName": null,
        "familyName": null
    },
    "subject": {
        "uuid": "eceb14d2-de35-4c6a-9eca-81ff8adf5daa",
        "name": "test-subject1",
        "organization": "test",
        "type": "USER"
    },
    "globalUid": null,
    "globalGid": null
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsAccountEntity#eceb14d2-de35-4c6a-9eca-81ff8adf5daa deleted 1 rows
DELETING temporary HsOfficePersonRealEntity#747a8a83-3efb-4b70-978a-04e70d334462 deleted 1 rows
shouldGetAccountByUuid(): TOTAL OBJECT COUNT (after): 210 -> 210