#include <gtest/gtest.h>#include <dataflow_lite/utils/data_batcher.h>#include <memory>#include <string>#include <stdexcept>
Go to the source code of this file.
Classes | |
| class | DataBatcherTest |
| class | TestBatcher |
Functions | |
| TEST_F (DataBatcherTest, Sanity) | |
| TEST_F (DataBatcherTest, Init) | |
| TEST_F (DataBatcherTest, TestMaxSizeClear) | |
| TEST_F (DataBatcherTest, TestPublishTrigger) | |
| TEST_F (DataBatcherTest, TestValidateArguments) | |
| TEST_F (DataBatcherTest, TestBatcherArguments) | |
| TEST_F | ( | DataBatcherTest | , |
| Sanity | |||
| ) |
Definition at line 73 of file data_batcher_test.cpp.
| TEST_F | ( | DataBatcherTest | , |
| Init | |||
| ) |
Definition at line 77 of file data_batcher_test.cpp.
| TEST_F | ( | DataBatcherTest | , |
| TestMaxSizeClear | |||
| ) |
Definition at line 84 of file data_batcher_test.cpp.
| TEST_F | ( | DataBatcherTest | , |
| TestPublishTrigger | |||
| ) |
Definition at line 100 of file data_batcher_test.cpp.
| TEST_F | ( | DataBatcherTest | , |
| TestValidateArguments | |||
| ) |
Definition at line 116 of file data_batcher_test.cpp.
| TEST_F | ( | DataBatcherTest | , |
| TestBatcherArguments | |||
| ) |
Definition at line 127 of file data_batcher_test.cpp.