netxsimdg
|
#include "../src/include/ScopedTimer.hpp"
#include "include/Timer.hpp"
#include <chrono>
#include <iostream>
#include <thread>
#include <doctest/doctest.h>
Go to the source code of this file.
Functions | |
void | Nextsim::timeAndSleep () |
Nextsim::TEST_SUITE_BEGIN ("ScopedTimer") | |
Nextsim::TEST_CASE ("Test the scope dependent timer") | |
Nextsim::TEST_SUITE_END () | |
Definition in file ScopedTimer_test.cpp.
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Definition at line 16 of file ScopedTimer_test.cpp.
Nextsim::TEST_CASE | ( | "Test the scope dependent timer" | ) |
Definition at line 28 of file ScopedTimer_test.cpp.
void Nextsim::timeAndSleep | ( | ) |
Definition at line 21 of file ScopedTimer_test.cpp.