Searched refs:TestClose (Results 1 – 2 of 2) sorted by relevance
156 void TestClose(StreamInterface* stream) { ASSERT_TRUE(stream->Close()); } in TestClose() function in puffin::StreamTest172 TestClose(read_stream.get()); in TEST_F()173 TestClose(write_stream.get()); in TEST_F()194 TestClose(stream.get()); in TEST_F()205 TestClose(read_stream.get()); in TEST_F()214 TestClose(read_stream.get()); in TEST_F()246 TestClose(write_stream.get()); in TEST_F()261 TestClose(read_stream.get()); in TEST_F()276 TestClose(write_stream.get()); in TEST_F()
1567 TEST_P(ModularFileSystemTest, TestClose) { in TEST_P() argument