Crate multiversx_sc_scenario
source ·Re-exports
pub use whitebox as testing_framework;
pub use multiversx_chain_vm;
pub use multiversx_chain_vm::multiversx_sc;
pub use multiversx_chain_vm::num_bigint;
pub use multiversx_chain_vm::scenario_format;
Modules
- For backwards compatibility, will be removed.
- Exposing the scenario model. Might be moved in the future, but the export will hopefully remain the same.
Macros
Structs
- Bundles a representation of a contract with the contract proxy, so that it can be easily called in the context of a blockchain mock.
- A facade for contracts tests.
Functions
- mandos_goDeprecated
- mandos_rsDeprecated
- Runs the Arwen executable, which reads parses and executes one or more mandos tests.
- Runs scenario test using the Rust infrastructure and the debug mode. Uses a contract map to replace the references to the wasm bytecode with the contracts running in debug mode.
Type Definitions
- BlockchainMockDeprecated