Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for normalizeExecutor (0.18 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/TestLauncherSpec.groovy

                    it.parent == parent &&
                        it.jvmTestKind == JvmTestKind.SUITE &&
                        normalizeExecutor(it.suiteName) == name &&
                        it.className == null &&
                        it.methodName == null &&
                        normalizeExecutor(it.name) == name
                }
                if (child == null) {
                    failWith("test suite", name)
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 08:42:44 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top