Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIsErr ¶
CheckIsErr fails if err ==nil. Print msg as an error message.
func CheckNoErr ¶
CheckNoErr fails if err !=nil. Print msg as an error message.
func CheckPanic ¶
func CheckPanic(f func()) error
CheckPanic returns true if call to function 'f' caused panic.
func ReportError ¶
ReportError reports an error if got is different from want.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.