Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    Nothing to write about
            """
    
            and:
            sampleSampleDoc << """
    Nothing to write about
            """
    
            when:
            run('checkDeadInternalLinks').buildAndFail()
    
            then:
            assertFoundDeadSectionLinks(sampleDoc, "missing_section", "other_missing_section")
        }
    
        def "finds broken sample 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