| 213 | BlocksQueryExecutorTest | BlocksQueryExecutorTestInvalid | | | | |
| 201 | BlocksQueryExecutorTest | BlocksQueryExecutorTestValid | | | | |
| 619 | GetAccountAssetExecutorTest | DISABLED InvalidNoAccount | | initialized storage, permission | get account assets of non existing account | Return error |
| 601 | GetAccountAssetExecutorTest | InvalidDifferentDomain | | initialized storage, domain permission | get account assets of other user in the other domain | Return error |
| 553 | GetAccountAssetExecutorTest | ValidAllAccounts | | initialized storage, global permission | get account assets of other user | Return account asset |
| 577 | GetAccountAssetExecutorTest | ValidDomainAccount | | initialized storage, domain permission | get account assets of other user in the same domain | Return account asset |
| 529 | GetAccountAssetExecutorTest | ValidMyAccount | | initialized storage, permission to his/her account | get account assets | Return account asset of user |
| 1452 | GetAccountAssetTransactionsExecutorTest | InvalidDifferentDomain | | initialized storage, domain permission | get account asset transactions of other user in the other domain | Return error |
| 1397 | GetAccountAssetTransactionsExecutorTest | ValidAllAccounts | | initialized storage, global permission | get account asset transactions of other user | Return account asset transactions |
| 1424 | GetAccountAssetTransactionsExecutorTest | ValidDomainAccount | | initialized storage, domain permission | get account asset transactions of other user in the same domain | Return account asset transactions |
| 1370 | GetAccountAssetTransactionsExecutorTest | ValidMyAccount | | initialized storage, permission to his/her account | get account asset transactions | Return account asset transactions of user |
| 757 | GetAccountDetailExecutorTest | InvalidDifferentDomain | | initialized storage, domain permission | get account detail of other user in the other domain | Return error |
| 776 | GetAccountDetailExecutorTest | InvalidNoAccount | | initialized storage, permission | get account detail of non existing account | Return error |
| 712 | GetAccountDetailExecutorTest | ValidAllAccounts | | initialized storage, global permission | get account detail of other user | Return account detail |
| 734 | GetAccountDetailExecutorTest | ValidDomainAccount | | initialized storage, domain permission | get account detail of other user in the same domain | Return account detail |
| 796 | GetAccountDetailExecutorTest | ValidKey | | details, inserted into one account by two writers, with one of the keys repeated | performing query to retrieve details under this key | getAccountDetail will return details from both writers under thespecified key |
| 848 | GetAccountDetailExecutorTest | ValidKeyWriter | | details, inserted into one account by two writers, with one of the keys repeated | performing query to retrieve details under this key and added by one of the writers | getAccountDetail will return only details, which are under thespecified key and added by the specified writer |
| 690 | GetAccountDetailExecutorTest | ValidMyAccount | | initialized storage, permission to his/her account | get account detail | Return account detail |
| 821 | GetAccountDetailExecutorTest | ValidWriter | | details, inserted into one account by two writers | performing query to retrieve details, added by one of the writers | getAccountDetail will return only details, added by the specifiedwriter |
| 315 | GetAccountExecutorTest | InvalidDifferentDomain | | initialized storage, domain permission | get account information about other user in the other domain | Return error |
| 335 | GetAccountExecutorTest | InvalidNoAccount | | initialized storage, permission | get account information about non existing account | Return error |
| 272 | GetAccountExecutorTest | ValidAllAccounts | | initialized storage, global permission | get account information about other user | Return account |
| 293 | GetAccountExecutorTest | ValidDomainAccount | | initialized storage, domain permission | get account information about other user in the same domain | Return account |
| 251 | GetAccountExecutorTest | ValidMyAccount | | initialized storage, permission to his/her account | get account information | Return account |
| 1286 | GetAccountTransactionsExecutorTest | DISABLED InvalidNoAccount | | initialized storage, permission | get account transactions of non existing account | Return empty account transactions |
| 1268 | GetAccountTransactionsExecutorTest | InvalidDifferentDomain | | initialized storage, domain permission | get account transactions of other user in the other domain | Return error |
| 1212 | GetAccountTransactionsExecutorTest | ValidAllAccounts | | initialized storage, global permission | get account transactions of other user | Return account transactions |
| 1240 | GetAccountTransactionsExecutorTest | ValidDomainAccount | | initialized storage, domain permission | get account transactions of other user in the same domain | Return account transactions |
| 1182 | GetAccountTransactionsExecutorTest | ValidMyAccount | | initialized storage, permission to his/her account | get account transactions | Return account transactions of user |
| 1043 | GetAssetInfoExecutorTest | Invalid | | initialized storage, no permissions | get asset info | Error |
| 1025 | GetAssetInfoExecutorTest | InvalidNoAsset | | initialized storage, all permissions | get asset info of non existing asset | Error |
| 1000 | GetAssetInfoExecutorTest | Valid | | initialized storage, permission to read all system assets | get asset info | Return asset |
| 968 | GetRolePermsExecutorTest | Invalid | | initialized storage, no permission to read all roles | get role permissions | Return error |
| 950 | GetRolePermsExecutorTest | InvalidNoRole | | initialized storage, permission to read all roles, role does not exist | get role permissions | Return error |
| 926 | GetRolePermsExecutorTest | Valid | | initialized storage, permission to read all roles | get role permissions | Return role permissions |
| 902 | GetRolesExecutorTest | Invalid | | initialized storage, no permission to read all roles | get system roles | Return Error |
| 878 | GetRolesExecutorTest | Valid | | initialized storage, permission to read all roles | get system roles | Return roles |
| 444 | GetSignatoriesExecutorTest | InvalidDifferentDomain | | initialized storage, domain permission | get signatories of other user in the other domain | Return error |
| 463 | GetSignatoriesExecutorTest | InvalidNoAccount | | initialized storage, permission | get signatories of non existing account | Return error |
| 398 | GetSignatoriesExecutorTest | ValidAllAccounts | | initialized storage, global permission | get signatories of other user | Return signatories |
| 421 | GetSignatoriesExecutorTest | ValidDomainAccount | | initialized storage, domain permission | get signatories of other user in the same domain | Return signatories |
| 376 | GetSignatoriesExecutorTest | ValidMyAccount | | initialized storage, permission to his/her account | get signatories | Return signatories of user |
| 1308 | GetTransactionsHashExecutorTest | ValidAllAccounts | | initialized storage, global permission | get transactions of other user | Return transactions |
| 1336 | GetTransactionsHashExecutorTest | ValidMyAccount | | initialized storage, permission to his/her account | get transactions | Return transactions of user |
| 1472 | QueryExecutorTest | TransactionsStorageIsAccessed | | initialized storage | get pending transactions | pending txs storage will be requested for query creator account |