
Go to the source code of this file.
Classes | |
| class | InputFromBuffer |
Functions | |
| TEST_F (InputFromBuffer, CanBeCreated) | |
| TEST_F (InputFromBuffer, ThrowsIfNullBuffer) | |
| TEST_F (InputFromBuffer, ThrowsIfZeroSize) | |
| TEST_F (InputFromBuffer, ReadReturnsZeroWhenReadZero) | |
| TEST_F (InputFromBuffer, ReadSmallBuffer) | |
| TEST_F (InputFromBuffer, ReadLargeBuffer) | |
| TEST_F (InputFromBuffer, ReadWithLittlePortions) | |
| TEST_F | ( | InputFromBuffer | , |
| CanBeCreated | |||
| ) |
Definition at line 36 of file test_input_from_buffer.cpp.
| TEST_F | ( | InputFromBuffer | , |
| ThrowsIfNullBuffer | |||
| ) |
Definition at line 41 of file test_input_from_buffer.cpp.
| TEST_F | ( | InputFromBuffer | , |
| ThrowsIfZeroSize | |||
| ) |
Definition at line 46 of file test_input_from_buffer.cpp.
| TEST_F | ( | InputFromBuffer | , |
| ReadReturnsZeroWhenReadZero | |||
| ) |
Definition at line 51 of file test_input_from_buffer.cpp.
| TEST_F | ( | InputFromBuffer | , |
| ReadSmallBuffer | |||
| ) |
Definition at line 63 of file test_input_from_buffer.cpp.
| TEST_F | ( | InputFromBuffer | , |
| ReadLargeBuffer | |||
| ) |
Definition at line 75 of file test_input_from_buffer.cpp.
| TEST_F | ( | InputFromBuffer | , |
| ReadWithLittlePortions | |||
| ) |
Definition at line 87 of file test_input_from_buffer.cpp.