Wire Sysio Wire Sysion 1.0.0
|
Public Member Functions | |
EncodedStreamTest () | |
virtual | ~EncodedStreamTest () |
virtual void | SetUp () |
virtual void | TearDown () |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
Protected Member Functions | |
template<typename FileEncoding , typename MemoryEncoding > | |
void | TestEncodedInputStream (const char *filename) |
void | TestAutoUTFInputStream (const char *filename, bool expectHasBOM) |
template<typename FileEncoding , typename MemoryEncoding > | |
void | TestEncodedOutputStream (const char *expectedFilename, bool putBOM) |
void | TestAutoUTFOutputStream (UTFType type, bool putBOM, const char *expectedFilename) |
bool | CompareFile (const char *filename, const char *expectedFilename) |
bool | CompareBufferFile (const char *actualBuffer, size_t actualLength, const char *expectedFilename) |
Protected Member Functions inherited from testing::Test | |
Test () | |
Static Protected Member Functions | |
static FILE * | Open (const char *filename) |
static char * | ReadFile (const char *filename, bool appendPath, size_t *outLength) |
Protected Attributes | |
char * | json_ |
size_t | length_ |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions inherited from testing::Test | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
Definition at line 25 of file encodedstreamtest.cpp.
|
inline |
Definition at line 27 of file encodedstreamtest.cpp.
|
virtual |
Definition at line 252 of file encodedstreamtest.cpp.
|
inlineprotected |
Definition at line 240 of file encodedstreamtest.cpp.
|
inlineprotected |
Definition at line 230 of file encodedstreamtest.cpp.
|
inlinestaticprotected |
Definition at line 44 of file encodedstreamtest.cpp.
|
inlinestaticprotected |
Definition at line 62 of file encodedstreamtest.cpp.
|
inlinevirtual |
Reimplemented from testing::Test.
Definition at line 30 of file encodedstreamtest.cpp.
|
inlinevirtual |
Reimplemented from testing::Test.
Definition at line 34 of file encodedstreamtest.cpp.
|
inlineprotected |
Definition at line 121 of file encodedstreamtest.cpp.
|
inlineprotected |
Definition at line 196 of file encodedstreamtest.cpp.
|
inlineprotected |
Definition at line 81 of file encodedstreamtest.cpp.
|
inlineprotected |
Definition at line 163 of file encodedstreamtest.cpp.
|
protected |
Definition at line 248 of file encodedstreamtest.cpp.
|
protected |
Definition at line 249 of file encodedstreamtest.cpp.