Go to the source code of this file.
◆ TEST_F() [1/2]
Definition at line 71 of file filestreamtest.cpp.
72 FILE *fp = fopen(filename_,
"rb");
77 for (
size_t i = 0; i < length_; i++) {
File byte stream for input using fread().
#define ASSERT_TRUE(condition)
#define EXPECT_EQ(val1, val2)
◆ TEST_F() [2/2]
Definition at line 89 of file filestreamtest.cpp.
90 char filename[L_tmpnam];
95 for (
size_t i = 0; i < length_; i++)
101 fp = fopen(filename,
"rb");
104 for (
size_t i = 0; i < length_; i++)
FILE * TempFile(char *filename)
File byte stream for input using fread().
Wrapper of C file stream for output using fwrite().
#define EXPECT_EQ(val1, val2)