Modules§
- Code for compiling solidity smart contracts for testing purposes.
Structs§
- A mocked implementation of a user application.
- A mocked implementation of a user application instance.
- A system execution state, not represented as a view but as a simple struct.
Enums§
- An expected call to a
MockApplicationInstance
.
Traits§
- Registration of
MockApplication
s to use in tests.
Functions§
- Creates a vector of [’OracleResponse
]s for the supplied [
BlobId`]s. - Creates a dummy
MessageContext
to use in tests. - Creates a dummy
OperationContext
to use in tests. - Creates a dummy
QueryContext
to use in tests. - Creates a dummy
ApplicationDescription
for use in tests. - Creates a
Strategy
for creating aBTreeMap
ofAccountOwner
s with an initial non-zeroAmount
of tokens.