NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
ArrayTypeTest.cpp File Reference
#include <BaseIntegrationTest.hpp>
#include <Common/ExecutableType/Array.hpp>
#include <Util/Logger/Logger.hpp>
#include <gtest/gtest.h>
#include <type_traits>
Include dependency graph for ArrayTypeTest.cpp:

Classes

class  NES::ArrayTypeTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST_F (ArrayTypeTest, testCheckNullTerminator)
 Check that the null-terminator has to be present for fixed-size strings only. More...
 
 NES::TEST_F (ArrayTypeTest, testExceptionSpecifier)
 
template<std::size_t s, typename J >
auto NES::eq (ExecutableTypes::Array< char, s > const &l, J r) -> bool
 Utility for checking equality. More...
 
template<typename T , std::size_t s>
auto NES::eq (ExecutableTypes::Array< T, s > const &l, std::vector< T > &&r) -> bool
 
 NES::TEST_F (ArrayTypeTest, testInitialization)
 Test type, size and content of ExecutableTypes::Arrays. More...