Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertNoDeadLinks (0.08 sec)

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

    This section comes later: <<subsequent_section>>
    
    [[subsequent_section]]
    More text
            """
    
            when:
            run('checkDeadInternalLinks').build()
    
            then:
            assertNoDeadLinks()
        }
    
        def "finds broken javadoc method links"() {
            given:
            sampleDoc << """
    === Invalid Javadoc Links
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Aug 21 08:08:05 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top