NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <BaseIntegrationTest.hpp>
#include <Runtime/AsyncTaskExecutor.hpp>
#include <Runtime/HardwareManager.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Classes | |
class | NES::AsyncTaskExecutorTest |
Namespaces | |
NES | |
This exception represents a network error. | |
Functions | |
NES::TEST_P (AsyncTaskExecutorTest, startAndDestroy) | |
NES::TEST_P (AsyncTaskExecutorTest, submitTask) | |
NES::TEST_P (AsyncTaskExecutorTest, submitConcatenatedTasks) | |
NES::TEST_P (AsyncTaskExecutorTest, submitTaskWithStoppedExecutor) | |
NES::INSTANTIATE_TEST_CASE_P (AsyncTaskExecutorMTTest, AsyncTaskExecutorTest, ::testing::Values(1, 4, 8)) | |