Monero
Loading...
Searching...
No Matches
Functions
ostreamwrappertest.cpp File Reference
#include "unittest.h"
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/encodedstream.h"
#include "rapidjson/document.h"
#include <sstream>
#include <fstream>
Include dependency graph for ostreamwrappertest.cpp:

Functions

template<typename StringStreamType >
static void TestStringStream ()
 
 TEST (OStreamWrapper, ostringstream)
 
 TEST (OStreamWrapper, stringstream)
 
 TEST (OStreamWrapper, wostringstream)
 
 TEST (OStreamWrapper, wstringstream)
 
 TEST (OStreamWrapper, cout)
 
template<typename FileStreamType >
static void TestFileStream ()
 
 TEST (OStreamWrapper, ofstream)
 
 TEST (OStreamWrapper, fstream)
 

Function Documentation

◆ TEST() [1/7]

TEST ( OStreamWrapper ,
cout  )

◆ TEST() [2/7]

TEST ( OStreamWrapper ,
fstream  )

◆ TEST() [3/7]

TEST ( OStreamWrapper ,
ofstream  )

◆ TEST() [4/7]

TEST ( OStreamWrapper ,
ostringstream  )

◆ TEST() [5/7]

TEST ( OStreamWrapper ,
stringstream  )

◆ TEST() [6/7]

TEST ( OStreamWrapper ,
wostringstream  )

◆ TEST() [7/7]

TEST ( OStreamWrapper ,
wstringstream  )

◆ TestFileStream()

template<typename FileStreamType >
static void TestFileStream ( )
static

◆ TestStringStream()

template<typename StringStreamType >
static void TestStringStream ( )
static