Documentation ¶
Overview ¶
Unit test functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFile ¶
We could use Fallocate, but some test CI systems do not support it, like Travis-ci.org.
Types ¶
type Restorer ¶
type Restorer func()
Restorer holds a function that can be used to restore some previous state.
func Patch ¶
func Patch(dest, value interface{}) Restorer
Patch sets the value pointed to by the given destination to the given value, and returns a function to restore it to its original value. The value must be assignable to the element type of the destination.
For an exaple, see: https://github.com/heketi/heketi/blob/master/utils/log_test.go
Click to show internal directories.
Click to hide internal directories.