File indexing completed on 2025-01-30 10:02:48
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022 #ifndef CATCH_INTERFACES_ALL_HPP_INCLUDED
0023 #define CATCH_INTERFACES_ALL_HPP_INCLUDED
0024
0025 #include <catch2/interfaces/catch_interfaces_capture.hpp>
0026 #include <catch2/interfaces/catch_interfaces_config.hpp>
0027 #include <catch2/interfaces/catch_interfaces_enum_values_registry.hpp>
0028 #include <catch2/interfaces/catch_interfaces_exception.hpp>
0029 #include <catch2/interfaces/catch_interfaces_generatortracker.hpp>
0030 #include <catch2/interfaces/catch_interfaces_registry_hub.hpp>
0031 #include <catch2/interfaces/catch_interfaces_reporter.hpp>
0032 #include <catch2/interfaces/catch_interfaces_reporter_factory.hpp>
0033 #include <catch2/interfaces/catch_interfaces_tag_alias_registry.hpp>
0034 #include <catch2/interfaces/catch_interfaces_test_invoker.hpp>
0035 #include <catch2/interfaces/catch_interfaces_testcase.hpp>
0036
0037 #endif