Crate parables_testing[−][src]
Re-exports
pub extern crate ethabi; |
pub extern crate ethcore; |
pub extern crate ethereum_types; |
pub extern crate parity_bytes; |
pub use parables_derive::*; |
pub use proptest::*; |
Modules
| abi |
Contract ABI helpers. |
| account | |
| call | |
| error | |
| evm | |
| ledger |
A ledger is used to keep track of the books for multiple accounts. |
| linker | |
| prelude | |
| reporter | |
| snapshot | |
| source_map | |
| test_runner |
Provides a simple test scaffolding for running tests in parallel. |
| wei |
Macros
| contracts |
Include the generated contracts directory. |
| prop_assert |
Similar to |
| prop_assert_eq |
Similar to |
| prop_assert_ne |
Similar to |
| prop_assume |
Rejects the test input if assumptions are not met. |
| prop_compose |
Convenience to define functions which produce new strategies. |
| prop_oneof |
Produce a strategy which picks one of the listed choices. |
| proptest |
Easily define |
| pt |
Helper macro for proptest! to build a closure suitable for passing in to |
| wei |
Convert the given argument into wei. |