RTXI  2.4
The Real-Time eXperiment Interface Documentation
Functions
system_tests.cpp File Reference
#include <system_tests.h>
#include <gmock/gmock.h>
#include <rt.h>
#include <chrono>
#include <thread>
Include dependency graph for system_tests.cpp:

Go to the source code of this file.

Functions

 TEST_F (SystemTest, getInstance)
 
 TEST_F (SystemTest, getPeriod)
 
 TEST_F (SystemTest, setPeriod)
 
 TEST_F (SystemTest, postEvent)
 
 TEST_F (SystemTest, forEachDevice)
 
 TEST_F (SystemTest, forEachThread)
 

Function Documentation

◆ TEST_F() [1/6]

TEST_F(SystemTest ,
forEachDevice  
)

Definition at line 59 of file system_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [2/6]

TEST_F(SystemTest ,
forEachThread  
)

Definition at line 72 of file system_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [3/6]

TEST_F(SystemTest ,
getInstance  
)

Definition at line 26 of file system_tests.cpp.

Here is the call graph for this function:

◆ TEST_F() [4/6]

TEST_F(SystemTest ,
getPeriod  
)

Definition at line 33 of file system_tests.cpp.

◆ TEST_F() [5/6]

TEST_F(SystemTest ,
postEvent  
)

Definition at line 51 of file system_tests.cpp.

◆ TEST_F() [6/6]

TEST_F(SystemTest ,
setPeriod  
)

Definition at line 40 of file system_tests.cpp.