Documentation ¶
Index ¶
Constants ¶
View Source
const EnableAssert = false
EnableAssert checks if the code is running in integration test.
View Source
const InTest = false
InTest checks if the code is running in test.
Variables ¶
This section is empty.
Functions ¶
func Assert ¶
Assert is a stub function in release build. See the same function in `util/intest/assert.go` for the real implement in test.
func AssertFunc ¶
AssertFunc is a stub function in release build. See the same function `util/intest/assert.go` for the real implement in test.
func AssertNoError ¶
AssertNoError is a stub function in release build. See the same function in `util/intest/assert.go` for the real implement in test.
func AssertNotNil ¶
AssertNotNil is a stub function in release build. See the same function in `util/intest/assert.go` for the real implement in test.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.