Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/checkstyle/CheckstylePluginHtmlReportIntegrationTest.groovy

            def rows = table.select("tr")
            rows.each {row ->
                def rowResult = []
                def cols = row.select("td")
                if (cols.isEmpty()) {
                    cols = row.select("th")
                }
                cols.each {col ->
                    rowResult << col.text()
                }
                result << rowResult
            }
            return result
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 16 22:34:07 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top