Unit test for the PyRunner class.
More...
#include "lsvsim/executionStatistics.hpp"
#include <thread>
#include <chrono>
#include <gtest/gtest.h>
#include <valgrind.h>
|
| | TEST (TestExecStats, TestGetName) |
| |
| | TEST (TestExecStats, TestGetStatsData) |
| |
| | TEST (TestExecStats, TestStartWarning) |
| |
| | TEST (TestExecStats, TestStopError) |
| |
| | TEST (TestExecStats, TestPrintStats) |
| |
| | TEST (TestExecStats, TestDurationAsString) |
| |
Unit test for the PyRunner class.
- Copyright
- ESO - European Southern Observatory
- Author
◆ TEST() [1/6]
| TEST |
( |
TestExecStats | , |
|
|
TestDurationAsString | ) |
◆ TEST() [2/6]
| TEST |
( |
TestExecStats | , |
|
|
TestGetName | ) |
◆ TEST() [3/6]
| TEST |
( |
TestExecStats | , |
|
|
TestGetStatsData | ) |
◆ TEST() [4/6]
| TEST |
( |
TestExecStats | , |
|
|
TestPrintStats | ) |
◆ TEST() [5/6]
| TEST |
( |
TestExecStats | , |
|
|
TestStartWarning | ) |
◆ TEST() [6/6]
| TEST |
( |
TestExecStats | , |
|
|
TestStopError | ) |