Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertFoundDeadJavadocLinks (0.09 sec)

  1. build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy

            """
    
            and:
            releaseNotes << """
    Nothing to write about
            """
    
            when:
            run('checkDeadInternalLinks').buildAndFail()
    
            then:
            assertFoundDeadJavadocLinks(sampleDoc, "nowhere/gradle/api/attributes/AttributesSchema.html", "org/gradle/api/nowhere/AttributesSchema.html")
        }
    
        def "finds broken javadoc class links"() {
            given:
            sampleDoc << """
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Aug 21 16:24:54 UTC 2025
    - 11.6K bytes
    - Viewed (0)
Back to top