boost_auto_test_suite for jsonrpc && @brief description for WebThreeStubServer

This commit is contained in:
Marek Kotewicz 2014-10-31 17:30:04 +01:00
parent f64c53ac62
commit 07d08e3af3

View File

@ -19,7 +19,7 @@
* @date 2014 * @date 2014
*/ */
#if ETH_JSONRPC && 1 #if ETH_JSONRPC
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
@ -36,6 +36,8 @@
#include "TestHelper.h" #include "TestHelper.h"
#include "webthreestubclient.h" #include "webthreestubclient.h"
BOOST_AUTO_TEST_SUITE(jsonrpc)
using namespace std; using namespace std;
using namespace dev; using namespace dev;
using namespace dev::eth; using namespace dev::eth;
@ -243,4 +245,6 @@ BOOST_AUTO_TEST_CASE(jsonrpc_transact)
} }
BOOST_AUTO_TEST_SUITE_END()
#endif #endif