aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/printers/Printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/printers/Printer.h')
-rw-r--r--tests/framework/printers/Printer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/framework/printers/Printer.h b/tests/framework/printers/Printer.h
index 198d84d466..16a4170d7a 100644
--- a/tests/framework/printers/Printer.h
+++ b/tests/framework/printers/Printer.h
@@ -108,6 +108,12 @@ public:
*/
virtual void print_error(const std::exception &error) = 0;
+ /** Print test log info.
+ *
+ * @param[in] info Description of the log.
+ */
+ virtual void print_info(const std::string &info) = 0;
+
/** Print measurements for a test.
*
* @param[in] measurements Measurements as collected by a @ref Profiler.