Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bazInsight (0.17 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/reporting/dependencies/HtmlDependencyReportTaskIntegrationTest.groovy

            def bazInsight = json.project.configurations[0].moduleInsights.find({ it.module == 'foo:baz' }).insight
            bazInsight.size() == 2
            bazInsight[0].name == 'foo:baz:1.0'
            bazInsight[0].resolvable == 'RESOLVED'
            bazInsight[0].hasConflict == false
            bazInsight[0].children.size() == 0
    
            bazInsight[1].name == 'foo:baz:1.0'
            bazInsight[1].resolvable == 'RESOLVED'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 26.4K bytes
    - Viewed (0)
Back to top