FreeRTOS port on GAP8/RISC-V
|
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) |
Private Attributes | |
std::vector< MessageInfo > | m_messages |
IResultCapture & | m_resultCapture |
size_t | m_captured |
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 | ||
) |
|
inline |
References Catch::Detail::stringify().
|
inline |
References Catch::Detail::stringify().
|
private |
|
private |
|
private |