GetPerson
Tests
| Test |
Duration |
Result |
| globalAdmin_canGetArbitraryPerson() |
1.316s |
passed |
| normalUser_canNotGetUnrelatedPerson() |
1.434s |
passed |
| personOwnerUser_canGetRelatedPerson() |
1.265s |
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": "57270c5d-a869-46f3-8d7e-078452af0c30",
"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": "57270c5d-a869-46f3-8d7e-078452af0c30",
"personType": "UNINCORPORATED_FIRM",
"tradeName": "Erben Bessler",
"salutation": null,
"title": null,
"givenName": "Bessler",
"familyName": "Mel"
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
personOwnerUser_canGetRelatedPerson(): TOTAL OBJECT COUNT (after): 210 -> 210