Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestEngine (0.12 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/jupiter/JUnitJupiterConsoleLoggingIntegrationTest.groovy

                }
            """
    
            when:
            executer.withStackTraceChecksDisabled()
            fails "test"
    
            then:
            output.contains("org.junit.platform.commons.JUnitException: No TestEngine ID matched the following include EngineFilters: [does-not-exist]")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:24 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    JUnit Platform allows you to use different test engines. JUnit currently provides two `TestEngine` implementations out of the box:
    https://junit.org/junit5/docs/current/api/org.junit.jupiter.engine/module-summary.html[junit-jupiter-engine] and https://junit.org/junit5/docs/current/api/org.junit.vintage.engine/module-summary.html[junit-vintage-engine].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top