netxsimdg
|
#include "include/Timer.hpp"
#include <doctest/doctest.h>
#include <chrono>
#include <iostream>
#include <sstream>
#include <thread>
Go to the source code of this file.
Functions | |
TEST_SUITE_BEGIN ("Timer") | |
TEST_CASE ("Test a timer") | |
void | timeAndSleep () |
TEST_CASE ("Test the scope dependent timer") | |
TEST_SUITE_END () | |
Definition in file Timer_test.cpp.
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Definition at line 10 of file Timer_test.cpp.
TEST_CASE | ( | "Test a timer" | ) |
Definition at line 19 of file Timer_test.cpp.
TEST_CASE | ( | "Test the scope dependent timer" | ) |
Definition at line 61 of file Timer_test.cpp.
void timeAndSleep | ( | ) |
Definition at line 54 of file Timer_test.cpp.