Sequoia
Loading...
Searching...
No Matches
TestRunnerUtilities.hpp
Go to the documentation of this file.
1
2// Copyright Oliver J. Rosten 2021. //
3// Distributed under the GNU GENERAL PUBLIC LICENSE, Version 3.0. //
4// (See accompanying file LICENSE.md or copy at //
5// https://www.gnu.org/licenses/gpl-3.0.en.html) //
7
8#pragma once
9
14#include <ostream>
15#include <string>
16
17namespace sequoia::testing
18{
19 void report(std::ostream& stream, std::string_view prefix, std::string_view message);
20
21 void set_top_copyright(std::string& text, std::string_view copyright);
22}