blockchain v0.1.7 EthCommonTest.Helpers

Helper functions that will be generally available to test cases when they use EthCommonTest.

Link to this section Summary

Link to this section Functions

Link to this function load_decimal(dec_data)
load_decimal(String.t) :: integer
Link to this function load_hex(hex_data)
load_hex(String.t) :: integer
Link to this function load_integer(data)
load_integer(String.t) :: integer | nil
Link to this function load_raw_hex(hex_data)
load_raw_hex(String.t) :: binary
Link to this function load_src(filler_type, filler)
load_src(String.t, String.t) :: any
Link to this function maybe_address(hex_data)
Link to this function maybe_dec(els)
maybe_dec(String.t | nil) :: integer | nil
Link to this function maybe_hex(hex_data, type \\ :raw)
Link to this function read_test_file(test_set, test_subset)
read_test_file(atom, atom) :: any
Link to this function test_file_name(test_set, test_subset)
test_file_name(atom, atom) :: String.t