OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WThreadedRunnerTest Class Reference

Tests the WThreadedRunner class. More...

#include <WThreadedRunner_test.h>

+ Inheritance diagram for WThreadedRunnerTest:
+ Collaboration diagram for WThreadedRunnerTest:

Public Member Functions

void testInstantiation (void)
 Ensure that nothing is thrown when an instance is created. More...
 
void testSleep (void)
 Ensure that nothing is thrown when going to sleep. More...
 
void testRun (void)
 Ensure that nothing is thrown when running thread. More...
 

Detailed Description

Tests the WThreadedRunner class.

Definition at line 59 of file WThreadedRunner_test.h.

Member Function Documentation

◆ testInstantiation()

void WThreadedRunnerTest::testInstantiation ( void  )
inline

Ensure that nothing is thrown when an instance is created.

Definition at line 65 of file WThreadedRunner_test.h.

◆ testRun()

void WThreadedRunnerTest::testRun ( void  )
inline

Ensure that nothing is thrown when running thread.

Definition at line 83 of file WThreadedRunner_test.h.

References WThreadedRunner::run(), and WThreadedRunner::wait().

+ Here is the call graph for this function:

◆ testSleep()

void WThreadedRunnerTest::testSleep ( void  )
inline

Ensure that nothing is thrown when going to sleep.

Definition at line 73 of file WThreadedRunner_test.h.

References WThreadedRunner::sleep().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: