Ylva And Malin
Public Member Functions
Catch::AssertionHandler Class Reference

#include <catch.hpp>

Collaboration diagram for Catch::AssertionHandler:
Collaboration graph

Public Member Functions

 AssertionHandler (StringRef macroName, SourceLineInfo const &lineInfo, StringRef capturedExpression, ResultDisposition::Flags resultDisposition)
 
 ~AssertionHandler ()
 
template<typename T >
void handleExpr (ExprLhs< T > const &expr)
 
void handleExpr (ITransientExpression const &expr)
 
void handleMessage (ResultWas::OfType resultType, StringRef const &message)
 
void handleExceptionThrownAsExpected ()
 
void handleUnexpectedExceptionNotThrown ()
 
void handleExceptionNotThrownAsExpected ()
 
void handleThrowingCallSkipped ()
 
void handleUnexpectedInflightException ()
 
void complete ()
 
void setCompleted ()
 
auto allowThrows () const -> bool
 

Constructor & Destructor Documentation

Catch::AssertionHandler::AssertionHandler ( StringRef  macroName,
SourceLineInfo const &  lineInfo,
StringRef  capturedExpression,
ResultDisposition::Flags  resultDisposition 
)
Catch::AssertionHandler::~AssertionHandler ( )
inline

Here is the call graph for this function:

Member Function Documentation

auto Catch::AssertionHandler::allowThrows ( ) const -> bool
void Catch::AssertionHandler::complete ( )
void Catch::AssertionHandler::handleExceptionNotThrownAsExpected ( )
void Catch::AssertionHandler::handleExceptionThrownAsExpected ( )
template<typename T >
void Catch::AssertionHandler::handleExpr ( ExprLhs< T > const &  expr)
inline

Here is the call graph for this function:

void Catch::AssertionHandler::handleExpr ( ITransientExpression const &  expr)
void Catch::AssertionHandler::handleMessage ( ResultWas::OfType  resultType,
StringRef const &  message 
)
void Catch::AssertionHandler::handleThrowingCallSkipped ( )
void Catch::AssertionHandler::handleUnexpectedExceptionNotThrown ( )
void Catch::AssertionHandler::handleUnexpectedInflightException ( )
void Catch::AssertionHandler::setCompleted ( )

The documentation for this class was generated from the following file: