- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for setupPlatform (0.12 seconds)
-
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt
AfterEachCallback, InvocationInterceptor { private val versionChecks = mutableListOf<Pair<Matcher<out Any>, Matcher<out Any>>>() override fun beforeEach(context: ExtensionContext) { setupPlatform() } override fun afterEach(context: ExtensionContext) { resetPlatform() } override fun interceptTestMethod( invocation: InvocationInterceptor.Invocation<Void>,Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 15.5K bytes - Click Count (1) -
build-tools-internal/src/test/java/org/elasticsearch/gradle/AbstractDistributionDownloadPluginTests.java
distro.setVersion(version); } if (type != null) { distro.setType(type); } if (platform != null) { distro.setPlatform(platform); } if (bundledJdk != null) { distro.setBundledJdk(bundledJdk); } }).maybeFreeze(); }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 4.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/Jdk.java
} parseVersion(version); this.version.set(version); } public String getPlatform() { return platform.get(); } public void setPlatform(String platform) { if (ALLOWED_PLATFORMS.contains(platform) == false) { throw new IllegalArgumentException(Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 19:29:10 GMT 2021 - 6.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/DistroTestPlugin.java
String architecture ) { Jdk jdk = JdkDownloadPlugin.getContainer(project).create(platform + "-" + purpose); jdk.setVendor(vendor); jdk.setVersion(version); jdk.setPlatform(platform); jdk.setArchitecture(architecture); String taskname = "copy" + GUtils.capitalize(platform) + GUtils.capitalize(purpose) + "Jdk";Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 28 21:31:21 GMT 2021 - 23.1K bytes - Click Count (0)