Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for baa (0.01 sec)

  1. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/SearchUtilTest.groovy

            where:
            children | searchedChild
            ["a", "b", "ba", "bb", "cc"] | "b"
            ["a", "b", "ba", "bb", "cc"] | "baa"
            []                           | "baa"
            ["b"]                        | "a"
            ["a"]                        | "b"
            ["a"]                        | "a"
    
            sortedChildren = children.toSorted()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top