Styling: use FlatLightLaf in unit tests and get UI delegates from components

This commit is contained in:
Karl Tauber
2021-07-04 10:43:08 +02:00
parent 2b1c55ee67
commit 5801bf3bdf
3 changed files with 72 additions and 100 deletions

View File

@@ -60,6 +60,7 @@ tasks {
test {
useJUnitPlatform()
testLogging.exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
}
}