Documentation ¶
Overview ¶
Package autotest 系统级coins dapp自动测试包
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransferCase ¶
type TransferCase struct { types.BaseCase From string `toml:"from"` To string `toml:"to"` Amount string `toml:"amount"` }
TransferCase transfer case
func (*TransferCase) SendCommand ¶
func (testCase *TransferCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand sed command
type TransferPack ¶
type TransferPack struct {
types.BaseCasePack
}
TransferPack transfer pack
func (*TransferPack) GetCheckHandlerMap ¶
func (pack *TransferPack) GetCheckHandlerMap() interface{}
GetCheckHandlerMap get check handle for map
type WithdrawCase ¶
WithdrawCase defines the withdraw case
func (*WithdrawCase) SendCommand ¶
func (testCase *WithdrawCase) SendCommand(packID string) (types.PackFunc, error)
SendCommand send command of withdrawcase
type WithdrawPack ¶
type WithdrawPack struct {
types.BaseCasePack
}
WithdrawPack defines the withdraw pack
func (*WithdrawPack) GetCheckHandlerMap ¶
func (pack *WithdrawPack) GetCheckHandlerMap() interface{}
GetCheckHandlerMap get check handler for map
Click to show internal directories.
Click to hide internal directories.