NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
TopologyControllerTest.cpp File Reference
#include <API/Query.hpp>
#include <BaseIntegrationTest.hpp>
#include <Compiler/JITCompilerBuilder.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/TestUtils.hpp>
#include <cpr/cpr.h>
#include <gtest/gtest.h>
#include <memory>
#include <nlohmann/json.hpp>
Include dependency graph for TopologyControllerTest.cpp:

Classes

class  NES::TopologyControllerTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST_F (TopologyControllerTest, testGetTopology)
 
 NES::TEST_F (TopologyControllerTest, testAddParentSuccess)
 
 NES::TEST_F (TopologyControllerTest, testaddAsChildMissingParentId)
 
 NES::TEST_F (TopologyControllerTest, testaddAsChildMissingChildId)
 
 NES::TEST_F (TopologyControllerTest, testAddParentInvalidChildId)
 
 NES::TEST_F (TopologyControllerTest, testAddParentInvalidParentId)
 
 NES::TEST_F (TopologyControllerTest, testaddAsChildNoSuchChild)
 
 NES::TEST_F (TopologyControllerTest, testaddAsChildNoSuchParent)
 
 NES::TEST_F (TopologyControllerTest, testaddAsChildSameChildAndParent)
 
 NES::TEST_F (TopologyControllerTest, testaddAsChildAlreadyExists)
 
 NES::TEST_F (TopologyControllerTest, testaddAsChild)
 
 NES::TEST_F (TopologyControllerTest, testRemoveChildSuccess)
 
 NES::TEST_F (TopologyControllerTest, testRemoveParentChildIDIsNotChildOfParent)