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

Classes

class  SpscEndpoint
 

Functions

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

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function.

◆ TEST_F() [1/9]

TEST_F ( SpscEndpoint ,
open  )

◆ TEST_F() [2/9]

TEST_F ( SpscEndpoint ,
receive  )

◆ TEST_F() [3/9]

TEST_F ( SpscEndpoint ,
send  )

◆ TEST_F() [4/9]

TEST_F ( SpscEndpoint ,
sendBenchmark  )

◆ TEST_F() [5/9]

TEST_F ( SpscEndpoint ,
timedReceive  )

◆ TEST_F() [6/9]

TEST_F ( SpscEndpoint ,
timedSend  )

◆ TEST_F() [7/9]

TEST_F ( SpscEndpoint ,
timedSendBenchmark  )

◆ TEST_F() [8/9]

TEST_F ( SpscEndpoint ,
tryReceive  )

◆ TEST_F() [9/9]

TEST_F ( SpscEndpoint ,
trySend  )