Home
last modified time | relevance | path

Searched refs:TEST_FILE_CONTENTS (Results 1 – 2 of 2) sorted by relevance

/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/test/inputFileTest/
H A DInputFileTest.cpp96 assert(myTestBuffer[0] == TEST_FILE_CONTENTS[0]); in test_readFromFile()
97 assert(myTestBuffer[1] == TEST_FILE_CONTENTS[1]); in test_readFromFile()
98 assert(myTestBuffer[2] == TEST_FILE_CONTENTS[2]); in test_readFromFile()
99 assert(myTestBuffer[3] == TEST_FILE_CONTENTS[3]); in test_readFromFile()
112 assert(myTestBuffer[0] == TEST_FILE_CONTENTS[4]); in test_readFromFile()
113 assert(myTestBuffer[1] == TEST_FILE_CONTENTS[5]); in test_readFromFile()
114 assert(myTestBuffer[2] == TEST_FILE_CONTENTS[2]); in test_readFromFile()
115 assert(myTestBuffer[3] == TEST_FILE_CONTENTS[3]); in test_readFromFile()
136 TEST_FILE_CONTENTS[totalBytesPreviouslyRead+i]); in test_readFromFile()
458 assert(readChar == TEST_FILE_CONTENTS[index]); in test_ifread_ifgetc()
[all …]
H A DInputFileTest.h28 static const std::string TEST_FILE_CONTENTS; variable