Module soroban_sdk::testutils
source · Available on crate feature
testutils
only.Expand description
Utilities intended for use when testing.
Re-exports§
pub use mock_auth::MockAuthContract;
Modules§
- Support for fuzzing Soroban contracts with
cargo-fuzz
.
Structs§
- Describes an authorized invocation tree from the perspective of a single address.
- Config for changing the default behavior of the Env when used in tests.
Enums§
- A single node in
AuthorizedInvocation
tree.