Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/cfx_memorystream.h"
#include "core/fxcrt/retain_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (CFXMemoryStreamTest, SparseBlockWrites) | |
TEST (CFXMemoryStreamTest, OverlappingBlockWrites) | |
TEST (CFXMemoryStreamTest, ReadWriteBlockAtOffset) | |
TEST (CFXMemoryStreamTest, WriteZeroBytes) | |
TEST | ( | CFXMemoryStreamTest | , |
OverlappingBlockWrites | ) |
Definition at line 27 of file cfx_memorystream_unittest.cpp.
TEST | ( | CFXMemoryStreamTest | , |
ReadWriteBlockAtOffset | ) |
Definition at line 36 of file cfx_memorystream_unittest.cpp.
TEST | ( | CFXMemoryStreamTest | , |
SparseBlockWrites | ) |
Definition at line 18 of file cfx_memorystream_unittest.cpp.
TEST | ( | CFXMemoryStreamTest | , |
WriteZeroBytes | ) |
Definition at line 51 of file cfx_memorystream_unittest.cpp.