# Functions
Panics return a gomega matcher, the actual value is a function without any argument and returns nothing.
PanicsWithSubstring returns a gomega matcher, like Panics() but matches substring of err.Error().
No description provided by the author