Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRecordExec ¶
func CreateRecordExec(t *testing.T, network simapp.Network, clientCtx client.Context, from string, digest string, digestAlgo string, extraArgs ...string, ) *simapp.ResponseTx
CreateRecordExec creates a record
Parameters: - t: *testing.T - network: simapp.Network - clientCtx: client.Context - from: string - digest: string - digestAlgo: string - extraArgs: ...string Returns *simapp.ResponseTx
func QueryRecordExec ¶
func QueryRecordExec(t *testing.T, network simapp.Network, clientCtx client.Context, recordID string, resp proto.Message, extraArgs ...string, )
QueryRecordExec queries a record.
Parameters: - t: *testing.T - network: simapp.Network - clientCtx: client.Context - recordID: string - resp: proto.Message - extraArgs: ...string
Types ¶
type QueryTestSuite ¶
QueryTestSuite is a suite of end-to-end tests for the nft module
func (*QueryTestSuite) TestQueryCmd ¶
func (s *QueryTestSuite) TestQueryCmd()
TestQueryCmd tests all query command in the nft module
type TxTestSuite ¶
TxTestSuite is a suite of end-to-end tests for the nft module
func (*TxTestSuite) TestTxCmd ¶
func (s *TxTestSuite) TestTxCmd()
TestTxCmd tests all tx command in the nft module
Click to show internal directories.
Click to hide internal directories.