#include <catch.hpp>
Public Member Functions | |
| Capturer (StringRef macroName, SourceLineInfo const &lineInfo, ResultWas::OfType resultType, StringRef names) | |
| 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 () | |
Private Attributes | |
| size_t | m_captured = 0 |
| std::vector< MessageInfo > | m_messages |
| IResultCapture & | m_resultCapture = getResultCapture() |
| Catch::Capturer::Capturer | ( | StringRef | macroName, |
| SourceLineInfo const & | lineInfo, | ||
| ResultWas::OfType | resultType, | ||
| StringRef | names | ||
| ) |
| Catch::Capturer::~Capturer | ( | ) |
| void Catch::Capturer::captureValue | ( | size_t | index, |
| std::string const & | value | ||
| ) |
|
private |
|
private |