Searched refs:integrityCheck (Results 1 – 1 of 1) sorted by relevance
80 val integrityCheck = spyk(DatabaseIntegrityCheck()) in testMissingAssets() constant81 every { integrityCheck.assetExists(any(), any()) } returns false in testMissingAssets()82 integrityCheck.run(db, context.cacheDir, update1) in testMissingAssets()110 val integrityCheck = spyk(DatabaseIntegrityCheck()) in testNoMissingAssets() constant111 every { integrityCheck.assetExists(any(), any()) } returns true in testNoMissingAssets()112 integrityCheck.run(db, context.cacheDir, update1) in testNoMissingAssets()