Surefire 2.13 introduced a compact one-line format for quickly being able to locate test failures. This format is intended to give an overview and does necessarily lose some details, which can be found in the main report of the run or the files on disk.
Failures: Test1.assertion1:59 Bending maths expected:<[123]> but was:<[312]> Test1.assertion2:64 True is false Errors: Test1.nullPointerInLibrary:38 » NullPointer Test1.failInMethod:43->innerFailure:68 NullPointer Fail here Test1.failInLibInMethod:48 » NullPointer Test1.failInNestedLibInMethod:54->nestedLibFailure:72 » NullPointer Test2.test6281:33 Runtime FailHere
The main rules of the format are: