MCPcopy Create free account
hub / github.com/Sifchain/sifnode / TestCase

Interface TestCase

scripts/cli_tests/main.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type TestCase interface {
37 GetMsgAndArgs(iArgs CommonArgs) (sdk.Msg, Args)
38 GetName() string
39 Assert(*sdk.TxResponse, *CommonArgs)
40}
41
42type Args struct {
43 Network Network `json:"network"`

Callers 5

mainFunction · 0.65
broadcastTradeFunction · 0.65
buildAndBroadcastFunction · 0.65
mainFunction · 0.65

Implementers 4

CreateDispensationNegativeTxscripts/cli_tests/dispensation_negativ
CreateDispensationTxscripts/cli_tests/dispensation.go
SentTxscripts/cli_tests/sentTx.go
CreateDispensationMultiTxscripts/cli_tests/dispensation_multi.g

Calls

no outgoing calls

Tested by

no test coverage detected