Added unit test for isCachedOrPending lookup by id (FindByIdRequest).

This commit is contained in:
Michael W Spalti
2019-10-01 12:25:41 -07:00
parent 5e40d7a4c1
commit 2d49f3e765
2 changed files with 15 additions and 3 deletions

View File

@@ -4,12 +4,12 @@ export function getMockObjectCacheService(): ObjectCacheService {
return jasmine.createSpyObj('objectCacheService', [
'add',
'remove',
'getByUUID',
'getByID',
'getBySelfLink',
'getRequestHrefBySelfLink',
'getRequestHrefByUUID',
'getList',
'hasByUUID',
'hasById',
'hasBySelfLink'
]);