Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Classes | |
struct | MyListener |
struct | Fixture |
Macros | |
#define | CATCH_CONFIG_EXTERNAL_INTERFACES |
Functions | |
std::string | ws (int const level) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, std::vector< T > const &v) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::SourceLineInfo const &info) |
void | print (std::ostream &os, int const level, Catch::MessageInfo const &info) |
void | print (std::ostream &os, int const level, std::string const &title, std::vector< Catch::MessageInfo > const &v) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::TestRunInfo const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::Counts const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::Totals const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::TestRunStats const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::TestCaseInfo const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::TestCaseStats const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::SectionInfo const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::SectionStats const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::AssertionInfo const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::AssertionResultData const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::AssertionResult const &info) |
void | print (std::ostream &os, int const level, std::string const &title, Catch::AssertionStats const &info) |
TEST_CASE ("1: Hidden testcase", "[.hidden]") | |
TEST_CASE ("2: Testcase with sections", "[tag-A][tag-B]") | |
TEST_CASE_METHOD (Fixture, "3: Testcase with class-based fixture", "[tag-C][tag-D]") | |
Variables | |
char const * | dashed_line |
#define CATCH_CONFIG_EXTERNAL_INTERFACES |
Definition at line 11 of file 210-Evt-EventListeners.cpp.
Definition at line 25 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
Catch::MessageInfo const & | info ) |
Definition at line 51 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::AssertionInfo const & | info ) |
Definition at line 217 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::AssertionResult const & | info ) |
Definition at line 261 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::AssertionResultData const & | info ) |
Definition at line 235 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::AssertionStats const & | info ) |
Definition at line 286 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::Counts const & | info ) |
Definition at line 88 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::SectionInfo const & | info ) |
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::SectionStats const & | info ) |
Definition at line 201 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::SourceLineInfo const & | info ) |
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::TestCaseInfo const & | info ) |
Definition at line 149 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::TestCaseStats const & | info ) |
Definition at line 173 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::TestRunInfo const & | info ) |
Definition at line 73 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::TestRunStats const & | info ) |
Definition at line 115 of file 210-Evt-EventListeners.cpp.
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
Catch::Totals const & | info ) |
void print | ( | std::ostream & | os, |
int const | level, | ||
std::string const & | title, | ||
std::vector< Catch::MessageInfo > const & | v ) |
Definition at line 58 of file 210-Evt-EventListeners.cpp.
TEST_CASE | ( | "1: Hidden testcase" | , |
"" | [.hidden] ) |
Definition at line 380 of file 210-Evt-EventListeners.cpp.
TEST_CASE | ( | "2: Testcase with sections" | , |
"" | [tag-A][tag-B] ) |
Definition at line 383 of file 210-Evt-EventListeners.cpp.
Definition at line 411 of file 210-Evt-EventListeners.cpp.
std::string ws | ( | int const | level | ) |
Definition at line 20 of file 210-Evt-EventListeners.cpp.
char const* dashed_line |
Definition at line 297 of file 210-Evt-EventListeners.cpp.