Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for htmlContent (0.33 sec)

  1. platforms/software/reporting/src/test/groovy/org/gradle/api/reporting/internal/BuildDashboardGeneratorSpec.groovy

                select('span[class=unavailable]').text() == 'c'
                select('a[href=htmlContent/index.html]').text() == 'd'
                select('a[href=simpleDirectory]').text() == 'e'
            }
        }
    
        void 'encodes output using utf-8'() {
            given:
            def htmlFolder = tmpDir.createDir('htmlContent');
            htmlFolder.createFile("index.html")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top