GetBookingItem

3

tests

0

failures

0

ignored

8.519s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canGetArbitraryBookingItem() 5.081s passed
normalUser_canNotGetUnrelatedBookingItem() 1.787s passed
projectAdmin_canGetRelatedBookingItem() 1.651s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canGetArbitraryBookingItem(): TOTAL OBJECT COUNT (initial): null -> 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 15:03:24 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "8d93540d-3ede-4ad5-9c4a-8c8ae45c3e26",
    "type": "MANAGED_WEBSPACE",
    "caption": "separate ManagedWebspace",
    "validFrom": "2022-10-01",
    "validTo": null,
    "resources": {
        "SSD": 100,
        "Multi": 1,
        "Daemons": 0,
        "Traffic": 50
    }
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canGetArbitraryBookingItem(): TOTAL OBJECT COUNT (after): null -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
normalUser_canNotGetUnrelatedBookingItem(): TOTAL OBJECT COUNT (initial): 210 -> 210

ContextBasedTestWithCleanup.cleanupAndCheckCleanup
normalUser_canNotGetUnrelatedBookingItem(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
projectAdmin_canGetRelatedBookingItem(): 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 15:03:28 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "6dbeef0e-5987-43b2-b7d3-f27b6b1914a3",
    "type": "MANAGED_SERVER",
    "caption": "separate ManagedServer",
    "validFrom": "2022-10-01",
    "validTo": null,
    "resources": {
        "CPU": 2,
        "RAM": 8,
        "SSD": 500,
        "Traffic": 500
    }
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
projectAdmin_canGetRelatedBookingItem(): TOTAL OBJECT COUNT (after): 210 -> 210