tests

package
v1.0.1-0...-ed7063c Latest Latest
Warning

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

Go to latest
Published: May 24, 2018 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Case

func Case(description string, parameters ...interface{}) tableEntry

Entry constructs a tableEntry.

The first argument is a required description (this becomes the content of the generated Ginkgo `It`). Subsequent parameters are saved off and sent to the callback passed in to `DescribeTable`.

Each Entry ends up generating an individual Ginkgo It.

func CaseTable

func CaseTable(description string, itBody interface{}, entries ...tableEntry) bool

func FCase

func FCase(description string, parameters ...interface{}) tableEntry

You can focus a particular entry with FEntry. This is equivalent to FIt.

func FCaseTable

func FCaseTable(description string, itBody interface{}, entries ...tableEntry) bool

You can focus a table with `FCaseTable`.

func PCase

func PCase(description string, parameters ...interface{}) tableEntry

You can mark a particular entry as pending with PEntry. This is equivalent to PIt.

func PCaseTable

func PCaseTable(description string, itBody interface{}, entries ...tableEntry) bool

You can mark a table as pending with `PCaseTable`.

func WaitFor

func WaitFor(geths []container.Ethereum, waitFn func(eth container.Ethereum, wg *sync.WaitGroup))

func XCase

func XCase(description string, parameters ...interface{}) tableEntry

You can mark a particular entry as pending with XEntry. This is equivalent to XIt.

func XCaseTable

func XCaseTable(description string, itBody interface{}, entries ...tableEntry) bool

You can mark a table as pending with `XCaseTable`.

Types

type ChartInstaller

type ChartInstaller interface {
	Install(bool) error
	Uninstall() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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