Go to the source code of this file.
Data Structures | |
| class | BaseException |
| class | ExpectationException |
| class | NotImplementedException |
| class | CallMissingException |
| class | ZombieMockException |
| class | NoResultSetUpException |
Macros | |
| #define | DEBUGBREAK(e) |
| #define | BASE_EXCEPTION std::exception |
| #define | RAISEEXCEPTION(e) { DEBUGBREAK(e); if (std::uncaught_exception()) latentException = [=, &repo]{ throw e; }; else throw e; } |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Call &call) |
| std::ostream & | operator<< (std::ostream &os, const MockRepository &repo) |
| Reporter * | GetDefaultReporter () |
| #define DEBUGBREAK | ( | e | ) |
Definition at line 30 of file defaultreporter.h.
| #define BASE_EXCEPTION std::exception |
Definition at line 94 of file defaultreporter.h.
| #define RAISEEXCEPTION | ( | e | ) | { DEBUGBREAK(e); if (std::uncaught_exception()) latentException = [=, &repo]{ throw e; }; else throw e; } |
Definition at line 96 of file defaultreporter.h.
|
inline |
Definition at line 39 of file defaultreporter.h.
|
inline |
Definition at line 64 of file defaultreporter.h.
|
inline |
Definition at line 219 of file defaultreporter.h.
1.8.14