Gradle Test Run :test

LocalValueSummary

summary

10

tests

0

failures

0

skipped

0.006s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
hasQualifiedDominantWinner must return true when percentage and ratio thresholds are satisfied shouldAcceptQualifiedDominantWinner() 1 0 0 0s 100%
hasQualifiedDominantWinner must accept single winner when second count is absent shouldAcceptSingleWinnerWhenSecondCountIsAbsent() 1 0 0 0s 100%
of must create empty summary for empty counts shouldCreateEmptySummaryForEmptyCounts() 1 0 0 0.001s 100%
orderedCounts must expose the documented backing array shouldExposeDocumentedOrderedCountsBackingArray() 1 0 0 0.001s 100%
orderedValues must expose the documented backing array shouldExposeDocumentedOrderedValuesBackingArray() 1 0 0 0.001s 100%
of must order by descending frequency then shorter textual form then lexicographically shouldOrderByFrequencyLengthAndLexicographicalValue() 1 0 0 0s 100%
hasQualifiedDominantWinner must reject winner when over-second ratio is not satisfied shouldRejectWinnerWhenOverSecondRatioIsNotSatisfied() 1 0 0 0.001s 100%
hasQualifiedDominantWinner must reject winner when percentage threshold is not satisfied shouldRejectWinnerWhenPercentageThresholdIsNotSatisfied() 1 0 0 0s 100%
hasQualifiedDominantWinner must return false when no dominant value exists shouldReturnFalseWhenNoDominantValueExists() 1 0 0 0s 100%
of must use insertion order as the final tie breaker shouldUseInsertionOrderAsFinalTieBreaker() 1 0 0 0s 100%