Intent of browserHistory.ts ×26
All 26 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/26 tests-
platform/26 tests-
browserView/26 tests-
test/26 tests-
common/26 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserFaviconsStore gc drops orphans and fires onDidChange only when something changes|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserFaviconsStore hydrate accepts unknown-typed data matching the current snapshot shape|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserFaviconsStore onDidChange fires only when a new favicon is added|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserFaviconsStore register dedups by content and returns the same hash|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserFaviconsStore serialize then hydrate round-trips|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore add assigns monotonic ids and exposes items oldest-first|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore add beyond maxEntries evicts oldest|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore delete removes the targeted entry and leaves ids of others intact|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore explicit is omitted from the entry when false|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore hydrate seeds the id counter from the max restored id|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore onDidChange fires for add, update, delete, clear|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore serialize then hydrate round-trips|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore update changes title and icon, returns whether anything changed|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore update ignores empty title|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore update of an unknown id is a no-op|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore.hydrate backwards-compat accepts data matching prior snapshot shapes|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore.hydrate backwards-compat drops malformed entries and accepts the rest|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryEntriesStore.hydrate backwards-compat undefined snapshot resets to an empty store|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore add is a no-op when max entries is 0|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore add returns a handle whose id matches the underlying entry|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore clear wipes entries and favicons together|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore favicons referenced by other entries are kept on delete|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore handle.delete removes the entry and GCs the orphaned favicon|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore handle.update propagates to entry and registers the favicon|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore handle.update with explicit `favicon: null` clears the entry icon|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/browserView/test/common/browserHistory.test|title=BrowserHistoryStore onDidChange fires for changes in either sub-store|occurrence=1
-
-
-
-
-