MCPcopy
hub / github.com/TheAlgorithms/JavaScript / LFUCache.test.js

File LFUCache.test.js

Cache/test/LFUCache.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import LFUCache from '../LFUCache'
2import { fibonacciCache } from './cacheTest'
3
4describe('Testing LFUCache class', () => {

Callers

nothing calls this directly

Calls 6

fibonacciCacheFunction · 0.90
setMethod · 0.45
getMethod · 0.45
toStringMethod · 0.45
parseMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected