testing

package
v3.0.1+incompatible Latest Latest
Warning

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

Go to latest
Published: May 18, 2017 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Package testing is used in driver tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParallelTest

func ParallelTest(t *testing.T, versions []Version, readyFn IsReadyFunc, testFn TestFunc)

Types

type DockerContainer

type DockerContainer struct {
	ImageName     string
	ENV           []string
	ContainerId   string
	ContainerName string
	ContainerJSON dockertypes.ContainerJSON
	// contains filtered or unexported fields
}

DockerContainer implements Instance interface

func NewDockerContainer

func NewDockerContainer(t testing.TB, image string, env []string) (*DockerContainer, error)

func (*DockerContainer) Host

func (d *DockerContainer) Host() string

func (*DockerContainer) Inspect

func (d *DockerContainer) Inspect() error

func (*DockerContainer) KeepForDebugging

func (d *DockerContainer) KeepForDebugging()

func (*DockerContainer) Logs

func (d *DockerContainer) Logs() (io.ReadCloser, error)

func (*DockerContainer) Port

func (d *DockerContainer) Port() uint

func (*DockerContainer) PullImage

func (d *DockerContainer) PullImage() error

func (*DockerContainer) Remove

func (d *DockerContainer) Remove() error

func (*DockerContainer) Start

func (d *DockerContainer) Start() error

type Instance

type Instance interface {
	Host() string
	Port() uint
	KeepForDebugging()
}

type IsReadyFunc

type IsReadyFunc func(Instance) bool

type TestFunc

type TestFunc func(*testing.T, Instance)

type Version

type Version struct {
	Image string
	ENV   []string
}

Jump to

Keyboard shortcuts

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