autotest

package
v0.0.0-...-9259d71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2018 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TransferCase

type TransferCase struct {
	BaseCase
	From   string `toml:"from"`
	To     string `toml:"to"`
	Amount string `toml:"amount"`
}

func (*TransferCase) SendCommand

func (testCase *TransferCase) SendCommand(packID string) (PackFunc, error)

type TransferPack

type TransferPack struct {
	BaseCasePack
}

func (*TransferPack) GetCheckHandlerMap

func (pack *TransferPack) GetCheckHandlerMap() interface{}

type WithdrawCase

type WithdrawCase struct {
	BaseCase
	Addr   string `toml:"addr"`
	Amount string `toml:"amount"`
}

func (*WithdrawCase) SendCommand

func (testCase *WithdrawCase) SendCommand(packID string) (PackFunc, error)

type WithdrawPack

type WithdrawPack struct {
	BaseCasePack
}

func (*WithdrawPack) GetCheckHandlerMap

func (pack *WithdrawPack) GetCheckHandlerMap() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL