#include <fstream>
#include <sstream>
#include <libdevcore/Log.h>
#include <libdevcore/RLP.h>
#include <libdevcore/Common.h>
#include <libdevcore/CommonIO.h>
#include <algorithm>
#include <json_spirit/JsonSpiritHeaders.h>
#include <test/libtesteth/TestHelper.h>
#include <boost/filesystem.hpp>
Go to the source code of this file.
- Author
- Gav Wood i@gav.nosp@m.wood.nosp@m..com
- Date
- 2014 RLP test functions.
Definition in file rlp.cpp.
BOOST_AUTO_TEST_CASE |
( |
EmptyArrayList |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
invalidRLPtest |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
rlptest |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
rlpRandom |
| ) |
|
void runRlpTest |
( |
string |
_name, |
|
|
string |
_path |
|
) |
| |