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

getShowExceptions

abstract fun getShowExceptions(): Boolean

Tells whether exceptions that occur during test execution will be logged. Typically these exceptions coincide with a "failed" event.

Return
whether exceptions that occur during test execution will be logged