GetPerson

3

tests

0

failures

0

ignored

3.745s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canGetArbitraryPerson() 1.216s passed
normalUser_canNotGetUnrelatedPerson() 1.184s passed
personOwnerUser_canGetRelatedPerson() 1.345s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
normalUser_canNotGetUnrelatedPerson(): TOTAL OBJECT COUNT (initial): 210 -> 210

ContextBasedTestWithCleanup.cleanupAndCheckCleanup
normalUser_canNotGetUnrelatedPerson(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canGetArbitraryPerson(): TOTAL OBJECT COUNT (initial): 210 -> 210
{
    "uuid": "084d91cc-e9ec-41a5-86bb-7081aa9b2e55",
    "personType": "UNINCORPORATED_FIRM",
    "tradeName": "Erben Bessler",
    "salutation": null,
    "title": null,
    "givenName": "Bessler",
    "familyName": "Mel"
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canGetArbitraryPerson(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
personOwnerUser_canGetRelatedPerson(): TOTAL OBJECT COUNT (initial): 210 -> 210
{
    "uuid": "084d91cc-e9ec-41a5-86bb-7081aa9b2e55",
    "personType": "UNINCORPORATED_FIRM",
    "tradeName": "Erben Bessler",
    "salutation": null,
    "title": null,
    "givenName": "Bessler",
    "familyName": "Mel"
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
personOwnerUser_canGetRelatedPerson(): TOTAL OBJECT COUNT (after): 210 -> 210