package
0.50.9
Repository: https://github.com/t-ragon/cosmos-sdk.git
Documentation: pkg.go.dev

# Functions

NewSystem returns a new System.

# Structs

RunResult is the stdout and stderr resulting from a call to a System's Run family of methods, and any error that was returned.
System is a system under test.

# Interfaces

TestingT is a subset of testing.TB, containing only what the (*System).Must methods use.