replace underscores in test names

This commit is contained in:
Carsten Otto
2022-11-08 16:16:39 +01:00
parent 072493eab0
commit ca052150ff

View File

@@ -35,6 +35,7 @@ tasks.withType<Test>().configureEach {
throw GradleException("Do not ignore test cases")
}
}))
systemProperties = mapOf("junit.jupiter.displayname.generator.default" to "org.junit.jupiter.api.DisplayNameGenerator\$ReplaceUnderscores")
}
testlogger {