GetPerson

3

tests

0

failures

0

ignored

3.853s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canGetArbitraryPerson() 1.323s passed
normalUser_canNotGetUnrelatedPerson() 1.275s passed
personOwnerUser_canGetRelatedPerson() 1.255s 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": "190c555c-0a52-4b5f-b6e3-d6cc7115ca91",
    "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": "190c555c-0a52-4b5f-b6e3-d6cc7115ca91",
    "personType": "UNINCORPORATED_FIRM",
    "tradeName": "Erben Bessler",
    "salutation": null,
    "title": null,
    "givenName": "Bessler",
    "familyName": "Mel"
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
personOwnerUser_canGetRelatedPerson(): TOTAL OBJECT COUNT (after): 210 -> 210