NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
UDFCatalogControllerTest.cpp File Reference
#include <API/Query.hpp>
#include <BaseIntegrationTest.hpp>
#include <Operators/LogicalOperators/UDFs/JavaUDFDescriptor.hpp>
#include <Services/QueryParsingService.hpp>
#include <UdfCatalogService.pb.h>
#include <Util/JavaUDFDescriptorBuilder.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/ProtobufMessageFactory.hpp>
#include <Util/TestUtils.hpp>
#include <cpr/cpr.h>
#include <google/protobuf/text_format.h>
#include <gtest/gtest.h>
#include <memory>
#include <nlohmann/json.hpp>
#include <oatpp/web/protocol/http/Http.hpp>
Include dependency graph for UDFCatalogControllerTest.cpp:

Classes

class  NES::UDFCatalogControllerTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST_F (UDFCatalogControllerTest, getUdfDescriptorReturnsUdf)
 
 NES::TEST_F (UDFCatalogControllerTest, testGetUdfDescriptorIfNoUdfExists)
 
 NES::TEST_F (UDFCatalogControllerTest, testErrorIfUnknownEndpointIsUsed)
 
 NES::TEST_F (UDFCatalogControllerTest, testIfRegisterEndpointHandlesExceptionsWithoutReturningAStackTrace)
 
 NES::TEST_F (UDFCatalogControllerTest, testIfRegisterUdfEndpointCorrectlyAddsUDF)
 
 NES::TEST_F (UDFCatalogControllerTest, testRemoveUdfEndpoint)
 
 NES::TEST_F (UDFCatalogControllerTest, testRemoveUdfEndpointIfUdfDoesNotExist)
 
 NES::TEST_F (UDFCatalogControllerTest, testRemoveUdfEndpointHandlesMissingQueryParametersCorrectly)
 
 NES::TEST_F (UDFCatalogControllerTest, testIfRemoveUdfEndpointHandlesExtraQueryParametersCorrectly)
 
 NES::TEST_F (UDFCatalogControllerTest, testIfListUdfsEndpointHandlesMissingQueryParameters)
 
 NES::TEST_F (UDFCatalogControllerTest, testIfListUdfsEndpointReturnsListAsExpected)
 
 NES::TEST_F (UDFCatalogControllerTest, testIfListUdfsReturnsEmptyUdfList)