NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/AttributeField.hpp>
#include <API/Query.hpp>
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Source/LogicalSource.hpp>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Catalogs/Source/SourceCatalog.hpp>
#include <Configurations/Worker/PhysicalSourceTypes/CSVSourceType.hpp>
#include <SerializableOperator.pb.h>
#include <Services/QueryParsingService.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <cpr/cpr.h>
#include <gtest/gtest.h>
#include <memory>
#include <nlohmann/json.hpp>
Classes | |
class | NES::SourceCatalogControllerTest |
Namespaces | |
NES | |
This exception represents a network error. | |
Functions | |
NES::TEST_F (SourceCatalogControllerTest, testGetAllLogicalSource) | |
NES::TEST_F (SourceCatalogControllerTest, testGetPhysicalSource) | |
NES::TEST_F (SourceCatalogControllerTest, testGetSchema) | |
NES::TEST_F (SourceCatalogControllerTest, testPostLogicalSource) | |
NES::TEST_F (SourceCatalogControllerTest, testUpdateLogicalSource) | |
NES::TEST_F (SourceCatalogControllerTest, testDeleteLogicalSource) | |