NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
TimerTest.cpp File Reference
#include <BaseIntegrationTest.hpp>
#include <Util/Logger/Logger.hpp>
#include <Util/Timer.hpp>
#include <chrono>
#include <gtest/gtest.h>
#include <thread>
#include <unistd.h>
Include dependency graph for TimerTest.cpp:

Classes

class  NES::TimerTest
 

Namespaces

 NES
 This exception represents a network error.
 

Functions

 NES::TEST (UtilFunctionTest, startAndPause)
 Test if start and stop commands work properly. More...
 
 NES::TEST (UtilFunctionTest, snapshotTaking)
 Test if snapshot taking works properly. More...
 
 NES::TEST (UtilFunctionTest, mergeTimers)
 Test if timer merging works properly. More...
 
 NES::TEST (UtilFunctionTest, differentTimeUnits)
 Test if sec and millisec measures work properly. More...
 
 NES::TEST (UtilFunctionTest, differentMeasurePrecision)
 Test if sec measures work properly with precision of double. More...
 
 NES::TEST (UtilFunctionTest, differentPrintPrecision)
 Test if print conversions work properly, when set on initialization. More...