|
||||
File indexing completed on 2025-01-18 09:54:04
0001 0002 // Copyright Catch2 Authors 0003 // Distributed under the Boost Software License, Version 1.0. 0004 // (See accompanying file LICENSE.txt or copy at 0005 // https://www.boost.org/LICENSE_1_0.txt) 0006 0007 // SPDX-License-Identifier: BSL-1.0 0008 /** \file 0009 * This is a convenience header for Catch2's Generator support. It includes 0010 * **all** of Catch2 headers related to generators. 0011 * 0012 * Generally the Catch2 users should use specific includes they need, 0013 * but this header can be used instead for ease-of-experimentation, or 0014 * just plain convenience, at the cost of (significantly) increased 0015 * compilation times. 0016 * 0017 * When a new header is added to either the `generators` folder, 0018 * or to the corresponding internal subfolder, it should be added here. 0019 */ 0020 0021 #ifndef CATCH_GENERATORS_ALL_HPP_INCLUDED 0022 #define CATCH_GENERATORS_ALL_HPP_INCLUDED 0023 0024 #include <catch2/generators/catch_generator_exception.hpp> 0025 #include <catch2/generators/catch_generators.hpp> 0026 #include <catch2/generators/catch_generators_adapters.hpp> 0027 #include <catch2/generators/catch_generators_random.hpp> 0028 #include <catch2/generators/catch_generators_range.hpp> 0029 0030 #endif // CATCH_GENERATORS_ALL_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |