RetroArch
|
#include "unittest.h"
#include "rapidjson/istreamwrapper.h"
#include "rapidjson/encodedstream.h"
#include "rapidjson/document.h"
#include <sstream>
#include <fstream>
Functions | |
template<typename StringStreamType > | |
static void | TestStringStream () |
TEST (IStreamWrapper, istringstream) | |
TEST (IStreamWrapper, stringstream) | |
TEST (IStreamWrapper, wistringstream) | |
TEST (IStreamWrapper, wstringstream) | |
template<typename FileStreamType > | |
static bool | Open (FileStreamType &fs, const char *filename) |
TEST (IStreamWrapper, ifstream) | |
TEST (IStreamWrapper, fstream) | |
|
static |
TEST | ( | IStreamWrapper | , |
istringstream | |||
) |
TEST | ( | IStreamWrapper | , |
stringstream | |||
) |
TEST | ( | IStreamWrapper | , |
wistringstream | |||
) |
TEST | ( | IStreamWrapper | , |
wstringstream | |||
) |
TEST | ( | IStreamWrapper | , |
ifstream | |||
) |
TEST | ( | IStreamWrapper | , |
fstream | |||
) |
|
static |