Classes | Namespaces | Macros
async_test.h File Reference
#include <mutex>
#include <condition_variable>
#include <gtest/gtest.h>
Include dependency graph for async_test.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  testing::AsyncTest
 Test class that allows the handling of asynchronous test objects. More...
 

Namespaces

 testing
 

Macros

#define ACTION_OPEN_BARRIER(str)   ::testing::InvokeWithoutArgs([this](void){this->triggerClearEvent(str); return true;})
 
#define ACTION_OPEN_BARRIER_VOID(str)   ::testing::InvokeWithoutArgs([this](void){this->triggerClearEvent(str);})
 
#define BARRIER(...)   barricade(__VA_ARGS__)
 

Macro Definition Documentation

#define ACTION_OPEN_BARRIER (   str)    ::testing::InvokeWithoutArgs([this](void){this->triggerClearEvent(str); return true;})

Definition at line 101 of file async_test.h.

#define ACTION_OPEN_BARRIER_VOID (   str)    ::testing::InvokeWithoutArgs([this](void){this->triggerClearEvent(str);})

Definition at line 102 of file async_test.h.

#define BARRIER (   ...)    barricade(__VA_ARGS__)

Definition at line 99 of file async_test.h.



pilz_testutils
Author(s):
autogenerated on Tue Feb 2 2021 03:50:13