#include <boost/test/unit_test.hpp>
#include <chrono>
#include <thread>
#include <libp2p/Host.h>
#include <test/libtesteth/TestHelper.h>
#include <libp2p/Capability.h>
#include <libp2p/HostCapability.h>
Go to the source code of this file.
- Author
- Gav Wood i@gav.nosp@m.wood.nosp@m..com
- Date
- 2014 Peer Network test functions.
Definition in file peer.cpp.
BOOST_AUTO_TEST_CASE |
( |
host |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
networkConfig |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
saveNodes |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
requirePeer |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
emptySharedPeer |
| ) |
|
int peerTest |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |