//
pkg.gl
Category
github.com/T-ragon/cosmos-sdk
testutil
cmdtest
package
0.50.9
Repository:
https://github.com/t-ragon/cosmos-sdk.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
0
Files
83 SLOC
#
Functions
NewSystem
NewSystem returns a new System.
#
Structs
RunResult
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
System is a system under test.
#
Interfaces
TestingT
TestingT is a subset of testing.TB, containing only what the (*System).Must methods use.