Rename catch_capture.hpp to more descriptive catch_test_macro_impl.hpp

This commit is contained in:
Martin Hořeňovský 2020-04-26 13:32:17 +02:00
parent d776a93a39
commit 5150fa4476
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
7 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/internal/catch_assertionhandler.hpp
${SOURCES_DIR}/catch_assertion_info.hpp
${SOURCES_DIR}/catch_assertion_result.hpp
${SOURCES_DIR}/internal/catch_capture.hpp
${SOURCES_DIR}/internal/catch_test_macro_impl.hpp
${SOURCES_DIR}/internal/catch_clara.hpp
${SOURCES_DIR}/internal/catch_commandline.hpp
${SOURCES_DIR}/internal/catch_common.hpp

View File

@ -6,7 +6,7 @@
#ifndef TWOBLUECUBES_CATCH_TEST_MACROS_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_TEST_MACROS_HPP_INCLUDED
#include <catch2/internal/catch_capture.hpp>
#include <catch2/internal/catch_test_macro_impl.hpp>
#include <catch2/interfaces/catch_interfaces_exception.hpp>
#include <catch2/internal/catch_preprocessor.hpp>
#include <catch2/internal/catch_section.hpp>

View File

@ -5,7 +5,7 @@
#ifndef TWOBLUECUBES_CATCH_CAPTURE_MATCHERS_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_CAPTURE_MATCHERS_HPP_INCLUDED
#include <catch2/internal/catch_capture.hpp>
#include <catch2/internal/catch_test_macro_impl.hpp>
#include <catch2/catch_stringref.hpp>
namespace Catch {

View File

@ -15,7 +15,7 @@
#include <catch2/catch_config.hpp>
#include <catch2/internal/catch_test_registry.hpp>
#include <catch2/catch_test_case_info.hpp>
#include <catch2/internal/catch_capture.hpp>
#include <catch2/internal/catch_test_macro_impl.hpp>
#include <catch2/catch_totals.hpp>
#include <catch2/catch_test_spec.hpp>
#include <catch2/internal/catch_test_case_tracker.hpp>

View File

@ -7,7 +7,7 @@
*/
#include <catch2/internal/catch_section.hpp>
#include <catch2/internal/catch_capture.hpp>
#include <catch2/internal/catch_test_macro_impl.hpp>
#include <catch2/internal/catch_uncaught_exceptions.hpp>
namespace Catch {

View File

@ -8,7 +8,7 @@
#include <catch2/reporters/catch_reporter_xml.hpp>
#include <catch2/internal/catch_capture.hpp>
#include <catch2/internal/catch_test_macro_impl.hpp>
#include <catch2/internal/catch_string_manip.hpp>
#include <catch2/catch_reporter_registrars.hpp>
#include <catch2/internal/catch_list.hpp>