MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Functions
test_communication_layer.cpp File Reference
#include <gtest/gtest.h>
#include <boost/log/trivial.hpp>
#include "communication/communication_layer.h"
#include "communication/message_handler.h"
#include "utility/logger.h"
Include dependency graph for test_communication_layer.cpp:

Classes

class  CommunicationLayerTest
 

Functions

 TEST (CommunicationLayer, Dummy)
 
 TEST_P (CommunicationLayerTest, Tcp)
 
 INSTANTIATE_TEST_SUITE_P (CommunicationLayerTcpTests, CommunicationLayerTest, testing::Bool(), [](auto &info) { return info.param ? "ipv6" :"ipv4";})
 

Function Documentation

◆ INSTANTIATE_TEST_SUITE_P()

INSTANTIATE_TEST_SUITE_P ( CommunicationLayerTcpTests  ,
CommunicationLayerTest  ,
testing::Bool()  ,
[] (auto &info) { return info.param ? "ipv6" :"ipv4";}   
)

◆ TEST()

TEST ( CommunicationLayer  ,
Dummy   
)
Here is the call graph for this function:

◆ TEST_P()

TEST_P ( CommunicationLayerTest  ,
Tcp   
)
Here is the call graph for this function: