Gradle Test Run :ciRelease

FrequencyTrie.Builder update operations

summary

8

tests

0

failures

0

skipped

0.013s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
frequency updates reject integer overflow frequencyUpdatesRejectOverflow() 1 0 0 0.001s 100%
putDominant makes a value dominant while keeping the alternatives putDominantKeepsAlternatives() 1 0 0 0.001s 100%
putDominant overrides an existing higher-frequency value putDominantOverridesHigherFrequency() 1 0 0 0s 100%
putIfAbsent stores only when the node has no value putIfAbsentOnlyWhenEmpty() 1 0 0 0.001s 100%
remove(key) clears the exact node and is a no-op for a missing key removeKeyClearsExactNode() 1 0 0 0.002s 100%
remove(key, value) drops one value and keeps the rest removeKeyValueDropsOne() 1 0 0 0.001s 100%
set replaces all values with a single one setReplacesAllValues() 1 0 0 0.001s 100%
update operations return the builder for chaining updatesAreChainable() 1 0 0 0.001s 100%