Documentation ¶
Overview ¶
Package test is a test-only package that can be used by other cli package to write unit test
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCli ¶
FakeCli emulates the default DockerCli
func NewFakeCli ¶
NewFakeCli returns a Cli backed by the fakeCli
func (*FakeCli) SetIn ¶
func (c *FakeCli) SetIn(in io.ReadCloser)
SetIn sets the input of the cli to the specified ReadCloser
Click to show internal directories.
Click to hide internal directories.