|
Electroneum
|
#include "unittest.h"#include "rapidjson/ostreamwrapper.h"#include "rapidjson/encodedstream.h"#include "rapidjson/document.h"#include <sstream>#include <fstream>
Go to the source code of this file.
Functions | |
| TEST (OStreamWrapper, ostringstream) | |
| TEST (OStreamWrapper, stringstream) | |
| TEST (OStreamWrapper, wostringstream) | |
| TEST (OStreamWrapper, wstringstream) | |
| TEST (OStreamWrapper, cout) | |
| TEST (OStreamWrapper, ofstream) | |
| TEST (OStreamWrapper, fstream) | |
| TEST | ( | OStreamWrapper | , |
| ostringstream | |||
| ) |
Definition at line 40 of file ostreamwrappertest.cpp.
| TEST | ( | OStreamWrapper | , |
| stringstream | |||
| ) |
Definition at line 44 of file ostreamwrappertest.cpp.
| TEST | ( | OStreamWrapper | , |
| wostringstream | |||
| ) |
Definition at line 48 of file ostreamwrappertest.cpp.
| TEST | ( | OStreamWrapper | , |
| wstringstream | |||
| ) |
Definition at line 52 of file ostreamwrappertest.cpp.
| TEST | ( | OStreamWrapper | , |
| cout | |||
| ) |
Definition at line 56 of file ostreamwrappertest.cpp.

| TEST | ( | OStreamWrapper | , |
| ofstream | |||
| ) |
Definition at line 86 of file ostreamwrappertest.cpp.
| TEST | ( | OStreamWrapper | , |
| fstream | |||
| ) |
Definition at line 90 of file ostreamwrappertest.cpp.