Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for documentElement (0.28 sec)

  1. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/PerformanceTestPlugin.kt

                    "$className.$scenario"
                }
        else listOf()
    }
    
    
    @VisibleForTesting
    fun allTestsWereSkipped(junitXmlFile: File): Boolean =
        parseXmlFile(junitXmlFile).documentElement.run {
            getAttribute("tests") == getAttribute("skipped")
        }
    
    
    private
    fun parseXmlFile(file: File): Document =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 24.4K bytes
    - Viewed (0)
Back to top