Verbose failed tests

This commit is contained in:
lguerin
2015-08-13 09:36:02 +02:00
parent 782ff9b83e
commit e81fdb8d8b

View File

@@ -21,6 +21,9 @@ configurations {
}
test {
testLogging {
exceptionFormat = 'full'
}
include "**/*Test.*"
if (!project.hasProperty("allTests")) {
useJUnit {