NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <API/Query.hpp>
#include <BaseIntegrationTest.hpp>
#include <Catalogs/Source/PhysicalSource.hpp>
#include <Identifiers/NESStrongTypeJson.hpp>
#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::LocationControllerIntegrationTest |
Namespaces | |
NES | |
This exception represents a network error. | |
Typedefs | |
using | allMobileResponse = std::map< std::string, std::vector< std::map< std::string, nlohmann::json > >> |
Functions | |
NES::TEST_F (LocationControllerIntegrationTest, testGetLocationMissingQueryParameters) | |
NES::TEST_F (LocationControllerIntegrationTest, testGetLocationNoSuchNodeId) | |
NES::TEST_F (LocationControllerIntegrationTest, testGetLocationNonNumericalNodeId) | |
NES::TEST_F (LocationControllerIntegrationTest, testGetSingleLocation) | |
NES::TEST_F (LocationControllerIntegrationTest, testGetSingleLocationWhenNoLocationDataIsProvided) | |
NES::TEST_F (LocationControllerIntegrationTest, testGetAllMobileLocationsNoMobileNodes) | |
using allMobileResponse = std::map<std::string, std::vector<std::map<std::string, nlohmann::json> >> |