Gradle Test Run :ciRelease

FrequencyTrie lookup modes

summary

5

tests

0

failures

0

skipped

0.008s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
accepting node with child edges survives a writeTo/readFrom round-trip acceptingWithChildrenSurvivesSerialization() 1 0 0 0.001s 100%
ALL collects every candidate, most specific first allCollectsCandidatesMostSpecificFirst() 1 0 0 0.001s 100%
FIRST selects the shallowest accepting generalization firstSelectsShallowestAccepting() 1 0 0 0.001s 100%
LAST selects the deepest, most specific match lastSelectsMostSpecific() 1 0 0 0.001s 100%
withLookupMode returns a shared view and leaves the original unchanged withLookupModeReturnsSharedView() 1 0 0 0.001s 100%