modulepackage
1.0.0-preview.37
Repository: https://github.com/onflow/cadence-tools.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrettyPrintResults is a utility function to pretty print the test results.
# Variables
go:embed transactions/burn_flow.cdc.
go:embed scripts/get_current_block_height.cdc.
go:embed scripts/get_flow_balance.cdc.
go:embed transactions/mint_flow.cdc.
# Structs
EmulatorBackend is the emulator-backed implementation of the interpreter.TestFramework.
FileResolverNotProvidedError is thrown if the file resolver is not set in the TestRunner, when running tests.
ImportResolverNotProvidedError is thrown if the import resolver is not set in the TestRunner, when running tests.
No description provided by the author
No description provided by the author
TestRunner runs tests.
# Type aliases
FileResolver is used to resolve and get local files.
ImportResolver is used to resolve and get the source code for imports.
No description provided by the author