|
MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include <gtest/gtest.h>#include <boost/log/trivial.hpp>#include "communication/communication_layer.h"#include "communication/message_handler.h"#include "utility/logger.h"
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";}) | |
| INSTANTIATE_TEST_SUITE_P | ( | CommunicationLayerTcpTests | , |
| CommunicationLayerTest | , | ||
| testing::Bool() | , | ||
| [] (auto &info) { return info.param ? "ipv6" :"ipv4";} | |||
| ) |
| TEST | ( | CommunicationLayer | , |
| Dummy | |||
| ) |

| TEST_P | ( | CommunicationLayerTest | , |
| Tcp | |||
| ) |

1.8.17