Closed Aboisier closed 3 years ago
This is an improvement to the standard reporter. The stack is now printed when a test fails. The test suite names are also displayed in bold now.
This fixes #79 .
Added the stack to the FailedTestReport so the LoggerTestReporterDecorator could print it.
FailedTestReport
LoggerTestReporterDecorator
Purpose
This is an improvement to the standard reporter. The stack is now printed when a test fails. The test suite names are also displayed in bold now.
This fixes #79 .
Approach
Added the stack to the
FailedTestReport
so theLoggerTestReporterDecorator
could print it.