Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Functions
Timer.ut.cpp File Reference
#include "Timer.hpp"
#include <boost/test/unit_test.hpp>
Include dependency graph for Timer.ut.cpp:

Go to the source code of this file.

Namespaces

namespace  std
 STL namespace.
 
namespace  std::chrono
 
namespace  toolbox
 
namespace  toolbox::io
 

Functions

template<typename RepT , typename PeriodT >
ostream & std::chrono::operator<< (ostream &os, duration< RepT, PeriodT > d)
 
std::ostream & toolbox::io::operator<< (std::ostream &os, const Timer &tmr)
 
 BOOST_AUTO_TEST_CASE (TimerEmptyCase)
 
 BOOST_AUTO_TEST_CASE (TimerInsertCase)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( TimerEmptyCase  )

Definition at line 43 of file Timer.ut.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( TimerInsertCase  )

Definition at line 52 of file Timer.ut.cpp.