#include "mimic++/Call.hpp"
#include "mimic++/Fwd.hpp"
#include "mimic++/Sequence.hpp"
#include "mimic++/TypeTraits.hpp"
#include "mimic++/config/Config.hpp"
#include "mimic++/config/Settings.hpp"
#include "mimic++/reporting/CallReport.hpp"
#include "mimic++/reporting/ExpectationReport.hpp"
#include "mimic++/reporting/GlobalReporter.hpp"
#include "mimic++/reporting/TargetReport.hpp"
#include "mimic++/utilities/Concepts.hpp"
#include "mimic++/utilities/SourceLocation.hpp"
#include <algorithm>
#include <concepts>
#include <functional>
#include <memory>
#include <mutex>
#include <optional>
#include <ranges>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| concept | mimicpp::expectation_policy_for |
| | Determines, whether the given type satisfies the requirements of an expectation-policy for the given signature.
|
| |
| concept | mimicpp::finalize_policy_for |
| | Determines, whether the given type satisfies the requirements of a finalize-policy for the given signature.
|
| |
| concept | mimicpp::control_policy |
| | Determines, whether the given type satisfies the requirements of a control-policy.
|
| |