Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findLibraryInProject (0.14 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/resolve/ProjectLibraryBinaryLocatorTest.groovy

            when:
            def requirement = new LibraryIdentifier("other", "libName")
    
            and:
            projectLocator.resolveProjectModel("other") >> projectModel
            findLibraryInProject()
    
            then:
            locator.getBinaries(requirement) == convertedBinaries
        }
    
        def "fails for unknown project"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top