Documentation ¶
Overview ¶
Package testing is used in driver tests.
Index ¶
- func ParallelTest(t *testing.T, versions []Version, readyFn IsReadyFunc, testFn TestFunc)
- type DockerContainer
- func (d *DockerContainer) Host() string
- func (d *DockerContainer) Inspect() error
- func (d *DockerContainer) KeepForDebugging()
- func (d *DockerContainer) Logs() (io.ReadCloser, error)
- func (d *DockerContainer) Port() uint
- func (d *DockerContainer) PullImage() error
- func (d *DockerContainer) Remove() error
- func (d *DockerContainer) Start() error
- type Instance
- type IsReadyFunc
- type TestFunc
- type Version
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 (*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 IsReadyFunc ¶
Click to show internal directories.
Click to hide internal directories.