Documentation ¶
Overview ¶
Package checker provides Docker specific implementations of the go-check.Checker interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DeepEquals = check.DeepEquals HasLen = check.HasLen IsNil = check.IsNil Matches = check.Matches Not = check.Not NotNil = check.NotNil Contains = shakers.Contains Equals = shakers.Equals False = shakers.False GreaterThan = shakers.GreaterThan True = shakers.True )
As a commodity, we bring all check.Checker variables into the current namespace to avoid having to think about check.X versus checker.X.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.