#include "../conversion/stringbuilder.h"
#include <cppunit/extensions/HelperMacros.h>
#include <functional>
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
|
| class | CppUtilities::OutputCheck |
| | The StandardOutputCheck class asserts whether the (standard) output written in the enclosing code block matches the expected output. More...
|
|
| namespace | CppUtilities |
| | Contains all utilities provided by the c++utilities library.
|
◆ ExpectEqual
| #define ExpectEqual |
( |
| a, |
|
|
| b ) |
Value:CPPUNIT_ASSERT_EQUAL(a, b)
◆ Fail