libtasks Documentation  1.6
tasks::test_exec Class Reference

#include <test_exec.h>

Inheritance diagram for tasks::test_exec:
Collaboration diagram for tasks::test_exec:

Public Member Functions

void setUp ()
 
void tearDown ()
 

Protected Member Functions

void run ()
 
bool check_state (std::atomic< int > &state, int expected)
 

Private Member Functions

 CPPUNIT_TEST_SUITE (test_exec)
 
 CPPUNIT_TEST (run)
 
 CPPUNIT_TEST_SUITE_END ()
 

Detailed Description

Definition at line 14 of file test_exec.h.

Member Function Documentation

bool tasks::test_exec::check_state ( std::atomic< int > &  state,
int  expected 
)
protected

Definition at line 93 of file test_exec.cpp.

Here is the caller graph for this function:

tasks::test_exec::CPPUNIT_TEST ( run  )
private
tasks::test_exec::CPPUNIT_TEST_SUITE ( test_exec  )
private
tasks::test_exec::CPPUNIT_TEST_SUITE_END ( )
private
void tasks::test_exec::run ( )
protected

Definition at line 23 of file test_exec.cpp.

Here is the call graph for this function:

void tasks::test_exec::setUp ( )
inline

Definition at line 20 of file test_exec.h.

void tasks::test_exec::tearDown ( )
inline

Definition at line 21 of file test_exec.h.


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