#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <chrono>
#include <thread>
#include <dataflow_lite/utils/service.h>
Go to the source code of this file.
Classes | |
class | HardWorker |
class | RunnableServiceTest |
Functions | |
TEST_F (RunnableServiceTest, Sanity) | |
TEST_F (RunnableServiceTest, Test) | |
TEST_F | ( | RunnableServiceTest | , |
Sanity | |||
) |
Definition at line 84 of file runnable_service_test.cpp.
TEST_F | ( | RunnableServiceTest | , |
Test | |||
) |
Exercise the RunnableService start and shutdown. Verify that it ran.
Definition at line 91 of file runnable_service_test.cpp.