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.
Enums
- A single node in
AuthorizedInvocation
tree.