Home
last modified time | relevance | path

Searched refs:actionCache (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/cache/remote/
DRemoteCacheClientTest.java137 SpyActionCacheImpl actionCache = new SpyActionCacheImpl(); in uploadCache_works() local
138 mServiceRegistry.addService(actionCache); in uploadCache_works()
156 assertEquals(actionCache.actionResult, expectedResult); in uploadCache_works()
157 assertEquals(actionCache.actionDigest, DigestCalculator.compute(action.action())); in uploadCache_works()