NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
AsyncTaskExecutorTest.cpp File Reference
#include <BaseIntegrationTest.hpp>
#include <Runtime/AsyncTaskExecutor.hpp>
#include <Runtime/HardwareManager.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Include dependency graph for AsyncTaskExecutorTest.cpp:

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))