- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 106 for JUnit (0.03 sec)
-
platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/DefaultDynamicCallProblemReportingTest.kt
* limitations under the License. */ package org.gradle.internal.cc.impl import org.junit.Assert.assertEquals import org.junit.Assert.assertFalse import org.junit.Assert.assertThrows import org.junit.Assert.assertTrue import org.junit.Test import java.util.Collections import java.util.concurrent.CountDownLatch import kotlin.concurrent.thread
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-08 11:29 - 2.9K bytes - Viewed (0) -
platforms/software/build-init/src/main/resources/org/gradle/buildinit/tasks/templates/library-versions.properties
#Generated file, please do not edit - Version values used in build-init templates commons-math=3.6.1 commons-text=1.12.0 groovy=3.0.21 guava=33.2.1-jre junit-jupiter=5.10.2 junit=4.13.2 kotlin=2.0.0 scala-library=2.13.14 scala-xml=1.2.0 scala=2.13 scalatest=3.2.18 scalatestplus-junit=3.2.2.0 slf4j=2.0.13 spock=2.2-groovy-3.0
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-11 07:16 - 340 bytes - Viewed (0) -
platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/problems/ConfigurationCacheProblemsSummaryTest.kt
import org.gradle.internal.configuration.problems.StructuredMessage import org.hamcrest.MatcherAssert.assertThat import org.hamcrest.Matchers.equalTo import org.junit.Assert.assertFalse import org.junit.Assert.assertTrue import org.junit.Test class ConfigurationCacheProblemsSummaryTest { @Test fun `keeps track of unique problems upto maxCollectedProblems`() {
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-08 11:29 - 2.9K bytes - Viewed (0) -
platforms/jvm/testing-junit-platform/build.gradle.kts
plugins { id("gradlebuild.distribution.api-java") } description = """Support classes used to run tests with the JUnit Platform testing framework. This project is separate from :testing-jvm-infrastructure since it requires junit-platform which itself requires Java 8+. This project should only be used by :testing-jvm-infrastructure, however it is not depended upon directly.
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-10 14:28 - 986 bytes - Viewed (0) -
platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/InputTrackingStateTest.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package org.gradle.internal.cc.impl import org.junit.Assert import org.junit.Assert.assertFalse import org.junit.Assert.assertTrue import org.junit.Test import java.lang.IllegalStateException import java.util.concurrent.Executors class InputTrackingStateTest { @Test
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-08 11:29 - 3.7K bytes - Viewed (0) -
platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/DefaultIgnoredConfigurationInputsTest.kt
* limitations under the License. */ package org.gradle.internal.cc.impl import org.gradle.internal.os.OperatingSystem import org.junit.Assert.assertEquals import org.junit.Assert.assertFalse import org.junit.Assert.assertTrue import org.junit.Test import java.io.File class DefaultIgnoredConfigurationInputsTest { private
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-08 11:29 - 5.4K bytes - Viewed (0) -
maven-embedder/pom.xml
<scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>test</scope> </dependency> <dependency>
Registered: 2024-06-12 09:55 - Last Modified: 2024-06-11 09:06 - 6.5K bytes - Viewed (0) -
platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy
DefaultComponentArtifactsResult | ComponentArtifactsResult | "project.dependencies.createArtifactResolutionQuery().forModule('junit', 'junit', '4.13').withArtifacts(JvmLibrary).execute().components.first()"
Registered: 2024-06-12 18:38 - Last Modified: 2024-06-08 11:29 - 28.3K bytes - Viewed (0) -
maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java
import static org.hamcrest.Matchers.hasKey; import static org.hamcrest.Matchers.is; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; class ProjectBuilderTest extends AbstractCoreMavenComponentTestCase { @Override
Registered: 2024-06-12 09:55 - Last Modified: 2024-06-11 09:06 - 18.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/TestThread.java
*/ package com.google.common.util.concurrent; import static com.google.common.base.Preconditions.checkNotNull; import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertNull; import static junit.framework.Assert.assertSame; import com.google.common.testing.TearDown; import java.lang.reflect.InvocationTargetException;
Registered: 2024-06-12 16:38 - Last Modified: 2024-06-11 16:13 - 10.8K bytes - Viewed (0)