GetAccountByUuid
Tests
| Test |
Duration |
Result |
| shouldGetAccountByUuid() |
1.383s |
passed |
Standard output
2026-08-10T16:29:42.283Z INFO 374 --- [ 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:29:42.286Z INFO 374 --- [ 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, 7db56946-38ae-4f79-bf9f-5cb19da555f6
toCleanup(class net.hostsharing.hsadminng.hs.accounts.HsAccountEntity, 5ad7bad0-7115-450a-ba36-a2a39863c742
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:29:43 GMT
Keep-Alive: timeout=60
Connection: keep-alive
{
"uuid": "5ad7bad0-7115-450a-ba36-a2a39863c742",
"person": {
"uuid": "7db56946-38ae-4f79-bf9f-5cb19da555f6",
"personType": "LEGAL_PERSON",
"tradeName": "Test Company",
"salutation": null,
"title": null,
"givenName": null,
"familyName": null
},
"subject": {
"uuid": "5ad7bad0-7115-450a-ba36-a2a39863c742",
"name": "test-subject1",
"organization": "test",
"type": "USER"
},
"globalUid": null,
"globalGid": null
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsAccountEntity#5ad7bad0-7115-450a-ba36-a2a39863c742 deleted 1 rows
DELETING temporary HsOfficePersonRealEntity#7db56946-38ae-4f79-bf9f-5cb19da555f6 deleted 1 rows
shouldGetAccountByUuid(): TOTAL OBJECT COUNT (after): 210 -> 210