Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for OpenTest4J (0.23 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/UnsupportedWithConfigurationCacheExtension.groovy

     * limitations under the License.
     */
    
    package org.gradle.integtests.fixtures
    
    import org.gradle.integtests.fixtures.executer.GradleContextualExecuter
    import org.opentest4j.TestAbortedException
    import org.spockframework.runtime.extension.IAnnotationDrivenExtension
    import org.spockframework.runtime.extension.IMethodInterceptor
    import org.spockframework.runtime.extension.IMethodInvocation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 08:57:52 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm-infrastructure/build.gradle.kts

            version {
                // MultipleFailuresError appears only since 1.3.0-RC2
                require("1.3.0")
            }
            because("We test assertion errors coming from OpenTest4J")
        }
        testRuntimeOnly(libs.guice) {
            because("Used by TestNG")
        }
    
        testFixturesImplementation(project(":testing-base"))
        testFixturesImplementation(libs.junit)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. platforms/core-runtime/messaging/src/integTest/groovy/org/gradle/internal/serialize/ExceptionPlaceholderIntegrationTest.groovy

                }
            """
    
            file('src/test/java/example/Issue9487Test.java') << '''
                package example;
    
                import org.junit.Test;
                import org.opentest4j.MultipleFailuresError;
                import java.util.List;
                import java.util.ArrayList;
    
                public class Issue9487Test {
    
                    @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/ToBeFixedSpecInterceptor.groovy

     * limitations under the License.
     */
    
    package org.gradle.integtests.fixtures
    
    import org.gradle.internal.reflect.ClassInspector
    import org.gradle.test.fixtures.ResettableExpectations
    import org.opentest4j.TestAbortedException
    import org.spockframework.runtime.extension.IMethodInterceptor
    import org.spockframework.runtime.extension.IMethodInvocation
    import org.spockframework.runtime.model.FeatureInfo
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 13:10:05 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/build.gradle.kts

            because("For ApiMavenResolver. Provides MavenRepositorySystemUtils")
        }
        implementation(libs.nativePlatform)
        implementation(libs.netty)
        implementation(libs.opentest4j)
        // we depend on both: sshd platforms and libraries
        implementation(libs.sshdCore)
        implementation(platform(libs.sshdCore))
        implementation(libs.sshdScp)
        implementation(platform(libs.sshdScp))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top