Our current INFO call allows to set additional information for the next assertion if it fails. There are cases where you want to have the same information for the complete test case.
This would be similiar to UNSCOPED_INFO from catch2, see https://github.com/catchorg/Catch2/blob/devel/docs/logging.md#logging-without-local-scope.
Our current
INFOcall allows to set additional information for the next assertion if it fails. There are cases where you want to have the same information for the complete test case.This would be similiar to
UNSCOPED_INFOfrom catch2, see https://github.com/catchorg/Catch2/blob/devel/docs/logging.md#logging-without-local-scope.