|
| static FILE * | Open (const char *filename) |
| |
| static char * | ReadFile (const char *filename, bool appendPath, size_t *outLength) |
| |
Definition at line 25 of file encodedstreamtest.cpp.
| EncodedStreamTest::EncodedStreamTest |
( |
| ) |
|
|
inline |
| EncodedStreamTest::~EncodedStreamTest |
( |
| ) |
|
|
virtual |
| bool EncodedStreamTest::CompareBufferFile |
( |
const char * |
actualBuffer, |
|
|
size_t |
actualLength, |
|
|
const char * |
expectedFilename |
|
) |
| |
|
inlineprotected |
| bool EncodedStreamTest::CompareFile |
( |
const char * |
filename, |
|
|
const char * |
expectedFilename |
|
) |
| |
|
inlineprotected |
| static FILE* EncodedStreamTest::Open |
( |
const char * |
filename | ) |
|
|
inlinestaticprotected |
| static char* EncodedStreamTest::ReadFile |
( |
const char * |
filename, |
|
|
bool |
appendPath, |
|
|
size_t * |
outLength |
|
) |
| |
|
inlinestaticprotected |
| virtual void EncodedStreamTest::SetUp |
( |
| ) |
|
|
inlinevirtual |
| virtual void EncodedStreamTest::TearDown |
( |
| ) |
|
|
inlinevirtual |
| void EncodedStreamTest::TestAutoUTFInputStream |
( |
const char * |
filename, |
|
|
bool |
expectHasBOM |
|
) |
| |
|
inlineprotected |
| void EncodedStreamTest::TestAutoUTFOutputStream |
( |
UTFType |
type, |
|
|
bool |
putBOM, |
|
|
const char * |
expectedFilename |
|
) |
| |
|
inlineprotected |
template<typename FileEncoding , typename MemoryEncoding >
| void EncodedStreamTest::TestEncodedInputStream |
( |
const char * |
filename | ) |
|
|
inlineprotected |
template<typename FileEncoding , typename MemoryEncoding >
| void EncodedStreamTest::TestEncodedOutputStream |
( |
const char * |
expectedFilename, |
|
|
bool |
putBOM |
|
) |
| |
|
inlineprotected |
| char* EncodedStreamTest::json_ |
|
protected |
| size_t EncodedStreamTest::length_ |
|
protected |
The documentation for this class was generated from the following file: