Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTempFileWithContent ¶
CreateTempFileWithContent creates a temp file with desired content in it for testing. For dir/pattern params check https://golang.org/pkg/io/ioutil/#TempFile Caller is responsible for calling os.Remove on the returned file.
func IntPtr ¶
IntPtr returns an int pointer with a given value. Tests cases needed inline int pointer declaration can use this.
func NewMockReadCloser ¶
func NewMockReadCloser(failureMsg string, content []byte) io.ReadCloser
NewMockReadCloser creates an io.ReadCloser for tests. If `failureMsg` is non-empty, then the created io.ReadCloser will always fail with an error of `failureMsg`. Otherwise the io.ReadCloser will read out and return `content`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.