#include <catch2.hpp>
Public Member Functions | |
| Capturer (StringRef macroName, SourceLineInfo const &lineInfo, ResultWas::OfType resultType, StringRef names) | |
| ~Capturer () | |
| void | captureValue (size_t index, std::string const &value) |
| template<typename T > | |
| void | captureValues (size_t index, T const &value) |
| template<typename T , typename... Ts> | |
| void | captureValues (size_t index, T const &value, Ts const &... values) |
| Capturer | ( | StringRef | macroName, |
| SourceLineInfo const & | lineInfo, | ||
| ResultWas::OfType | resultType, | ||
| StringRef | names | ||
| ) |
| ~Capturer | ( | ) |
| void captureValue | ( | size_t | index, |
| std::string const & | value | ||
| ) |
| void captureValues | ( | size_t | index, |
| T const & | value | ||
| ) |
References Catch::Detail::stringify().
| void captureValues | ( | size_t | index, |
| T const & | value, | ||
| Ts const &... | values | ||
| ) |
References Catch::Detail::stringify().