hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Functions
testExecutionStatistics.cpp File Reference

Unit test for the PyRunner class. More...

#include "lsvsim/executionStatistics.hpp"
#include <thread>
#include <chrono>
#include <gtest/gtest.h>

Functions

 TEST (TestExecStats, TestGetName)
 
 TEST (TestExecStats, TestGetStatsData)
 
 TEST (TestExecStats, TestStartWarning)
 
 TEST (TestExecStats, TestStopError)
 
 TEST (TestExecStats, TestPrintStats)
 
 TEST (TestExecStats, TestDurationAsString)
 

Detailed Description

Unit test for the PyRunner class.

Author

Function Documentation

◆ 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   
)