join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
mpmcendpoint_test.cpp File Reference
#include <join/shared.hpp>
#include <gtest/gtest.h>
Include dependency graph for mpmcendpoint_test.cpp:

Classes

class  MpmcEndpoint
 

Functions

 TEST_F (MpmcEndpoint, open)
 
 TEST_F (MpmcEndpoint, trySend)
 
 TEST_F (MpmcEndpoint, send)
 
 TEST_F (MpmcEndpoint, timedSend)
 
 TEST_F (MpmcEndpoint, tryReceive)
 
 TEST_F (MpmcEndpoint, receive)
 
 TEST_F (MpmcEndpoint, timedReceive)
 
int main (int argc, char **argv)
 main function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST_F() [1/7]

TEST_F ( MpmcEndpoint ,
open  )

◆ TEST_F() [2/7]

TEST_F ( MpmcEndpoint ,
receive  )

◆ TEST_F() [3/7]

TEST_F ( MpmcEndpoint ,
send  )

◆ TEST_F() [4/7]

TEST_F ( MpmcEndpoint ,
timedReceive  )

◆ TEST_F() [5/7]

TEST_F ( MpmcEndpoint ,
timedSend  )

◆ TEST_F() [6/7]

TEST_F ( MpmcEndpoint ,
tryReceive  )

◆ TEST_F() [7/7]

TEST_F ( MpmcEndpoint ,
trySend  )