Documentation
¶
Overview ¶
Package container provides container fixture implementations for testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
Container represents a test container fixture that is used for testing purposes.
func NewContainer ¶
NewContainer creates a new Container instance with the given Docker container and commit hashes.
func (*Container) Container ¶
Container returns the test Docker container associated with the actual fixture.
Click to show internal directories.
Click to hide internal directories.