Agora  1.2.0
Agora project
test_pattern_formatter.cpp File Reference
#include "includes.h"
#include "test_sink.h"
Include dependency graph for test_pattern_formatter.cpp:

Classes

class  custom_test_flag
 

Namespaces

 CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS
 

Functions

template<typename... Args>
static std::string log_to_str (const std::string &msg, const Args &... args)
 
static void ____C_A_T_C_H____T_E_S_T______COUNTER__ ()
 
Catch::AutoReg CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS::autoRegistrar__COUNTER__ (Catch::makeTestInvoker(&INTERNAL_CATCH_UNIQUE_NAME(____C_A_T_C_H____T_E_S_T____)), ::Catch::SourceLineInfo(__FILE__, static_cast< std::size_t >(__LINE__)), Catch::StringRef(), Catch::NameAndTags{ "basic async test ", "[async]" })
 
static CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION void INTERNAL_CATCH_UNIQUE_NAME() ____C_A_T_C_H____T_E_S_T____ ()
 

Variables

static const char *const test_path = "/a/b//myfile.cpp"
 

Function Documentation

◆ ____C_A_T_C_H____T_E_S_T____()

static CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION void INTERNAL_CATCH_UNIQUE_NAME() ____C_A_T_C_H____T_E_S_T____ ( )
static
Here is the call graph for this function:

◆ ____C_A_T_C_H____T_E_S_T______COUNTER__()

static void ____C_A_T_C_H____T_E_S_T______COUNTER__ ( )
static

◆ log_to_str()

template<typename... Args>
static std::string log_to_str ( const std::string &  msg,
const Args &...  args 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ test_path

const char* const test_path = "/a/b//myfile.cpp"
static