|
| NES::TEST_F (BufferStorageTest, bufferInsertionInBufferStorage) |
| test inserts buffers to different queues and checks after every insertion that queue size increased on one. After the insertion is fully done the size of the buffer storage is checked to be buffersInserted More...
|
|
| NES::TEST_F (BufferStorageTest, sortedInsertionInBufferStorage) |
| test inserts buffersInserted amount of buffers into one queue but starts from the biggest watermark. The queue is then checked to be sorted to be exact to have the biggest watermark value at the top. More...
|
|
| NES::TEST_F (BufferStorageTest, emptyBufferCheck) |
| test checks that if trimming is called on an empty buffer it doesn't cause an error More...
|
|
| NES::TEST_F (BufferStorageTest, trimmingOfNonExistingNesPartition) |
| test tries to delete non existing element More...
|
|
| NES::TEST_F (BufferStorageTest, oneBufferDeletionFromBufferStorage) |
| test inserts one buffer and deletes it More...
|
|
| NES::TEST_F (BufferStorageTest, manyBufferDeletionFromBufferStorage) |
| test inserts buffersInserted buffers in different queues and deletes them. More...
|
|
| NES::TEST_F (BufferStorageTest, smallerBufferDeletionFromBufferStorage) |
| test inserts buffersInserted buffers in one queue and leaves only one after trimming. The test checks that the deleted buffers are smaller that passed timestamp. More...
|
|