api / org.gradle.api.tasks.testing.logging / TestLogging / setShowCauses

setShowCauses

abstract fun setShowCauses(flag: Boolean): Unit

Sets whether causes of exceptions that occur during test execution will be logged. Only relevant if showExceptions is true.

Parameters

flag - whether causes of exceptions that occur during test execution will be logged