Documentation ¶
Overview ¶
Package success improves your testing feng shui tremendiously by shimming in Gomega error detection whenever trying to be Successful().
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Successful ¶
Successful takes a return value together with an error return value, returning only the value (without the error return value) and at the same time asserting that the error return value is nil.
func Successful2R ¶
Successful2R takes two return values together with an error return value, returning only both value (without the error return value) and at the same time asserting that the error return value is nil.
func Successful3R ¶
Successful2R takes two return values together with an error return value, returning only both value (without the error return value) and at the same time asserting that the error return value is nil.
Types ¶
This section is empty.