#include "unittest.h"
#include "rapidjson/filereadstream.h"
#include "rapidjson/filewritestream.h"
#include "rapidjson/encodedstream.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/memorystream.h"
#include "rapidjson/memorybuffer.h"
Go to the source code of this file.
Classes | |
class | EncodedStreamTest |
Functions | |
TEST_F (EncodedStreamTest, EncodedInputStream) | |
TEST_F (EncodedStreamTest, AutoUTFInputStream) | |
TEST_F (EncodedStreamTest, EncodedOutputStream) | |
TEST_F (EncodedStreamTest, AutoUTFOutputStream) | |
TEST_F | ( | EncodedStreamTest | , |
EncodedInputStream | |||
) |
Definition at line 254 of file encodedstreamtest.cpp.
TEST_F | ( | EncodedStreamTest | , |
AutoUTFInputStream | |||
) |
Definition at line 267 of file encodedstreamtest.cpp.
TEST_F | ( | EncodedStreamTest | , |
EncodedOutputStream | |||
) |
Definition at line 289 of file encodedstreamtest.cpp.
TEST_F | ( | EncodedStreamTest | , |
AutoUTFOutputStream | |||
) |
Definition at line 302 of file encodedstreamtest.cpp.