AMLSim / jars /junit5-r5.10.2 /junit-platform-engine /junit-platform-engine.gradle.kts
dingyiz's picture
Upload folder using huggingface_hub
2795186 verified
plugins {
id("junitbuild.java-library-conventions")
`java-test-fixtures`
}
description = "JUnit Platform Engine API"
dependencies {
api(platform(projects.junitBom))
api(libs.opentest4j)
api(projects.junitPlatformCommons)
compileOnlyApi(libs.apiguardian)
testImplementation(libs.assertj)
osgiVerification(projects.junitJupiterEngine)
osgiVerification(projects.junitPlatformLauncher)
}