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

Classes

class  MpscEndpoint
 

Functions

 TEST_F (MpscEndpoint, open)
 
 TEST_F (MpscEndpoint, trySend)
 
 TEST_F (MpscEndpoint, send)
 
 TEST_F (MpscEndpoint, timedSend)
 
 TEST_F (MpscEndpoint, tryReceive)
 
 TEST_F (MpscEndpoint, receive)
 
 TEST_F (MpscEndpoint, 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 ( MpscEndpoint ,
open  )

◆ TEST_F() [2/7]

TEST_F ( MpscEndpoint ,
receive  )

◆ TEST_F() [3/7]

TEST_F ( MpscEndpoint ,
send  )

◆ TEST_F() [4/7]

TEST_F ( MpscEndpoint ,
timedReceive  )

◆ TEST_F() [5/7]

TEST_F ( MpscEndpoint ,
timedSend  )

◆ TEST_F() [6/7]

TEST_F ( MpscEndpoint ,
tryReceive  )

◆ TEST_F() [7/7]

TEST_F ( MpscEndpoint ,
trySend  )