mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
Add comments noting default testLogging settings
This commit is contained in:
@@ -34,6 +34,9 @@ kotlin {
|
||||
testTask {
|
||||
testLogging {
|
||||
exceptionFormat = TestExceptionFormat.FULL // Show full exception when an assertion fails
|
||||
showExceptions = true // defaults to true
|
||||
showCauses = true // defaults to true
|
||||
showStackTraces = true // defaults to true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user