NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Exceptions/InvalidQueryStateException.hpp>
#include <Catalogs/Exceptions/QueryNotFoundException.hpp>
#include <Exceptions/QueryUndeploymentException.hpp>
#include <Exceptions/RequestExecutionException.hpp>
#include <Util/Logger/Logger.hpp>
#include <gtest/gtest.h>
Classes | |
class | NES::RequestExecutionExceptionTest |
Namespaces | |
NES | |
This exception represents a network error. | |
Functions | |
NES::TEST_F (RequestExecutionExceptionTest, testInstanceOf) | |
Checks if the instanceOf() function returns true only for the actual class of the object. More... | |