- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for testImplementation (0.25 sec)
-
src/test/java/jcifs/internal/RequestWithPathTest.java
testImplementation.setPath(null); assertNull(testImplementation.getPath()); // Test null UNC path components testImplementation.setFullUNCPath(null, null, null); assertNull(testImplementation.getDomain()); assertNull(testImplementation.getServer()); assertNull(testImplementation.getFullUNCPath()); } @Test @DisplayName("Test with empty strings")
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.2K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
testRuntimeOnly(libs.junit5Vintage) testImplementation(libs.groovy) testImplementation(libs.groovyAnt) testImplementation(libs.groovyJson) testImplementation(libs.groovyTest) testImplementation(libs.groovyXml) testImplementation(libs.spock) testImplementation(libs.junit5Vintage) testImplementation(libs.spockJUnit4)
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Dec 19 06:44:41 UTC 2025 - 18.9K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt
dependencies { "${prefix}TestImplementation"(project) "${prefix}TestImplementation"(project.the<ExternalModulesExtension>().junitJupiter) "${prefix}TestRuntimeOnly"(project.the<ExternalModulesExtension>().junitPlatform) "${prefix}TestRuntimeOnly"(project.the<ExternalModulesExtension>().junit5Vintage) "${prefix}TestImplementation"(project(":internal-integ-testing"))Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 12.8K bytes - Viewed (0) -
build-logic/buildquality/src/test/kotlin/gradlebuild/testcleanup/TestFilesCleanupServiceTest.kt
apply(plugin = "java-library") repositories { mavenCentral() } dependencies { "testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.8.1") "testRuntimeOnly"("org.junit.platform:junit-platform-launcher") } tasks.named<Test>("test").configure {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jun 18 10:36:40 UTC 2025 - 10.9K bytes - Viewed (0) -
build.gradle.kts
if (name == "implementation") { extendsFrom(friendsApi.get(), friendsImplementation.get()) } if (name == "api") { extendsFrom(friendsApi.get()) } if (name == "testImplementation") { extendsFrom(friendsTestImplementation.get()) } } } // Make these libraries friends :) tasks.withType<KotlinCompile>().configureEach {
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 11.5K bytes - Viewed (1)