Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for useJUnitJupiter (0.13 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesKotlinDSLDependenciesIntegrationTest.groovy

                }
    
                ${mavenCentralRepository(GradleDsl.KOTLIN)}
    
                testing {
                    suites {
                        $suiteDeclaration {
                            useJUnitJupiter()
                            dependencies {
                                implementation(testFixtures(project(":util")))
                            }
                        }
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

                }
            }
    
            public enum TestSuiteFramework {
                JUNIT(new MethodInvocationExpression("useJUnit"), "JUnit4"),
                JUNIT_PLATFORM(new MethodInvocationExpression("useJUnitJupiter"), "JUnit Jupiter"),
                SPOCK(new MethodInvocationExpression("useSpock"), "Spock"),
                KOTLIN_TEST(new MethodInvocationExpression("useKotlinTest"), "Kotlin Test"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
Back to top