File test_failure.hpp¶
File List > application > test_failure.hpp
Go to the documentation of this file
#ifndef ZMBT_APPLICATION_TEST_FAILURE_HPP_
#define ZMBT_APPLICATION_TEST_FAILURE_HPP_
#include <sstream>
#include <boost/json.hpp>
#include "zmbt/core/json_pretty_print.hpp"
namespace zmbt {
void format_failure_report(std::ostream& os, boost::json::value const& report);
void default_test_failure(boost::json::value const& report);
}
#endif