autotest

package
v0.0.0-...-9308201 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2019 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateUtxosCase

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

CreateUtxosCase pub2priv case

func (*CreateUtxosCase) SendCommand

func (testCase *CreateUtxosCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand send command

type CreateUtxosPack

type CreateUtxosPack struct {
	types.BaseCasePack
}

CreateUtxosPack create utxos package

func (*CreateUtxosPack) GetCheckHandlerMap

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

GetCheckHandlerMap get check handler map

type PrivToPrivCase

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

PrivToPrivCase pub2priv case

func (*PrivToPrivCase) SendCommand

func (testCase *PrivToPrivCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand send command

type PrivToPrivPack

type PrivToPrivPack struct {
	types.BaseCasePack
}

PrivToPrivPack privacy to privacy package

func (*PrivToPrivPack) GetCheckHandlerMap

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

GetCheckHandlerMap get check handler map

type PrivToPubCase

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

PrivToPubCase pub2priv case

func (*PrivToPubCase) SendCommand

func (testCase *PrivToPubCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand send command

type PrivToPubPack

type PrivToPubPack struct {
	types.BaseCasePack
}

PrivToPubPack privacy to public package

func (*PrivToPubPack) GetCheckHandlerMap

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

GetCheckHandlerMap get check handler map

type PubToPrivCase

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

PubToPrivCase pub2priv case

func (*PubToPrivCase) SendCommand

func (testCase *PubToPrivCase) SendCommand(packID string) (types.PackFunc, error)

SendCommand send command

type PubToPrivPack

type PubToPrivPack struct {
	types.BaseCasePack
}

PubToPrivPack public to privacy package

func (*PubToPrivPack) GetCheckHandlerMap

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

GetCheckHandlerMap get check handler map

Jump to

Keyboard shortcuts

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