NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
LogicalExpressionTest.cpp File Reference
Include dependency graph for LogicalExpressionTest.cpp:

Classes

class  NES::LogicalExpressionTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

template<template< typename, auto... > typename CompilesFromArgs, template< typename... > typename CompilesFromTypes>
void NES::checkBinary ()
 
 NES::SETUP_COMPILE_TIME_TESTS (eq, operator==)
 
 NES::SETUP_COMPILE_TIME_TESTS (neq, operator!=)
 
 NES::SETUP_COMPILE_TIME_TESTS (land, operator&&)
 
 NES::SETUP_COMPILE_TIME_TESTS (lor, operator||)
 
 NES::SETUP_COMPILE_TIME_TESTS (leq, operator<=)
 
 NES::SETUP_COMPILE_TIME_TESTS (geq, operator>=)
 
 NES::SETUP_COMPILE_TIME_TESTS (lt, operator<)
 
 NES::SETUP_COMPILE_TIME_TESTS (gt, operator>)
 
 NES::TEST_F (LogicalExpressionTest, testEqualityExpression)
 
 NES::TEST_F (LogicalExpressionTest, testInequalityExpression)
 
 NES::TEST_F (LogicalExpressionTest, testAndCompile)
 
 NES::TEST_F (LogicalExpressionTest, testOrExpression)
 
 NES::TEST_F (LogicalExpressionTest, testLeqExpression)
 
 NES::TEST_F (LogicalExpressionTest, testGeqExpression)
 
 NES::TEST_F (LogicalExpressionTest, testLtExpression)
 
 NES::TEST_F (LogicalExpressionTest, testGtExpression)