GetAccountByUuid

1

tests

0

failures

0

ignored

1.466s

duration

100%

successful

Tests

Test Duration Result
shouldGetAccountByUuid() 1.466s passed

Standard output

2026-08-10T16:37:47.803Z  INFO 371 --- [    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-10T16:37:47.805Z  INFO 371 --- [    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, bee046e3-2fff-42d8-93d4-8dc62f76170a
toCleanup(class net.hostsharing.hsadminng.hs.accounts.HsAccountEntity, 5b80dffb-2f4e-4c02-895b-4e1363fbde54
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:37:48 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "5b80dffb-2f4e-4c02-895b-4e1363fbde54",
    "person": {
        "uuid": "bee046e3-2fff-42d8-93d4-8dc62f76170a",
        "personType": "LEGAL_PERSON",
        "tradeName": "Test Company",
        "salutation": null,
        "title": null,
        "givenName": null,
        "familyName": null
    },
    "subject": {
        "uuid": "5b80dffb-2f4e-4c02-895b-4e1363fbde54",
        "name": "test-subject1",
        "organization": "test",
        "type": "USER"
    },
    "globalUid": null,
    "globalGid": null
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsAccountEntity#5b80dffb-2f4e-4c02-895b-4e1363fbde54 deleted 1 rows
DELETING temporary HsOfficePersonRealEntity#bee046e3-2fff-42d8-93d4-8dc62f76170a deleted 1 rows
shouldGetAccountByUuid(): TOTAL OBJECT COUNT (after): 210 -> 210