Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <boost/test/unit_test.hpp>
#include <libp2p/NodeTable.h>
#include <libp2p/Host.h>
#include <libp2p/RLPXSocket.h>
#include <libp2p/RLPxHandshake.h>
#include <test/libtesteth/TestHelper.h>
Go to the source code of this file.
Classes | |
class | TestHandshake |
Macros | |
#define | throwErrorCode(what, error) { if (error) BOOST_THROW_EXCEPTION(Exception(what + _ec.message())); } |
Functions | |
BOOST_AUTO_TEST_CASE (test_discovery_packets) | |
BOOST_AUTO_TEST_CASE (test_handshake_plain_auth) | |
BOOST_AUTO_TEST_CASE (test_handshake_eip8_auth1) | |
BOOST_AUTO_TEST_CASE (test_handshake_eip8_auth2) | |
BOOST_AUTO_TEST_CASE (test_handshake_eip8_ack_plain) | |
BOOST_AUTO_TEST_CASE (test_handshake_eip8_ack1) | |
BOOST_AUTO_TEST_CASE (test_handshake_eip8_ack2) | |
BOOST_AUTO_TEST_CASE | ( | test_discovery_packets | ) |
BOOST_AUTO_TEST_CASE | ( | test_handshake_plain_auth | ) |
BOOST_AUTO_TEST_CASE | ( | test_handshake_eip8_auth1 | ) |
BOOST_AUTO_TEST_CASE | ( | test_handshake_eip8_auth2 | ) |
BOOST_AUTO_TEST_CASE | ( | test_handshake_eip8_ack_plain | ) |
BOOST_AUTO_TEST_CASE | ( | test_handshake_eip8_ack1 | ) |