Wire Sysio Wire Sysion 1.0.0
|
#include "unittest.h"
#include "rapidjson/istreamwrapper.h"
#include "rapidjson/encodedstream.h"
#include "rapidjson/document.h"
#include <sstream>
#include <fstream>
Go to the source code of this file.
Functions | |
TEST (IStreamWrapper, istringstream) | |
TEST (IStreamWrapper, stringstream) | |
TEST (IStreamWrapper, wistringstream) | |
TEST (IStreamWrapper, wstringstream) | |
TEST (IStreamWrapper, ifstream) | |
TEST (IStreamWrapper, fstream) | |
TEST | ( | IStreamWrapper | , |
fstream | ) |
Definition at line 135 of file istreamwrappertest.cpp.
TEST | ( | IStreamWrapper | , |
ifstream | ) |
Definition at line 124 of file istreamwrappertest.cpp.
TEST | ( | IStreamWrapper | , |
istringstream | ) |
Definition at line 89 of file istreamwrappertest.cpp.
TEST | ( | IStreamWrapper | , |
stringstream | ) |
Definition at line 93 of file istreamwrappertest.cpp.
TEST | ( | IStreamWrapper | , |
wistringstream | ) |
Definition at line 97 of file istreamwrappertest.cpp.
TEST | ( | IStreamWrapper | , |
wstringstream | ) |
Definition at line 101 of file istreamwrappertest.cpp.