Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOutputHtml (0.29 sec)

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

        File outputFile
        BuildDashboardGenerator generator = new BuildDashboardGenerator()
    
        void setup() {
            outputFile = tmpDir.file('output.html')
        }
    
        Document getOutputHtml() {
            Jsoup.parse(outputFile, null)
        }
    
        Report mockReport(String name, File destination) {
            def directory = Mock(Directory) {
                getAsFile() >> destination
            }
    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