Fabcoin Core  0.16.2
P2P Digital Currency
Functions
CommonJS.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <libdevcore/CommonJS.h>
#include <test/libtesteth/TestHelper.h>
Include dependency graph for CommonJS.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (test_toJS)
 
 BOOST_AUTO_TEST_CASE (test_jsToBytes)
 
 BOOST_AUTO_TEST_CASE (test_padded)
 
 BOOST_AUTO_TEST_CASE (test_paddedRight)
 
 BOOST_AUTO_TEST_CASE (test_unpadded)
 
 BOOST_AUTO_TEST_CASE (test_unpaddedLeft)
 
 BOOST_AUTO_TEST_CASE (test_fromRaw)
 
 BOOST_AUTO_TEST_CASE (test_jsToFixed)
 
 BOOST_AUTO_TEST_CASE (test_jsToInt)
 
 BOOST_AUTO_TEST_CASE (test_jsToU256)
 

Function Documentation

BOOST_AUTO_TEST_CASE ( test_toJS  )

Definition at line 33 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_jsToBytes  )

Definition at line 46 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_padded  )

Definition at line 56 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_paddedRight  )

Definition at line 66 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_unpadded  )

Definition at line 76 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_unpaddedLeft  )

Definition at line 86 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_fromRaw  )

Definition at line 96 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_jsToFixed  )

Definition at line 107 of file CommonJS.cpp.

BOOST_AUTO_TEST_CASE ( test_jsToInt  )

Definition at line 116 of file CommonJS.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_jsToU256  )

Definition at line 130 of file CommonJS.cpp.

Here is the call graph for this function: