# Functions
PanicsWithCondition asserts that the code inside the specified PanicTestFunc panics, and that the recovered panic value meets a given condition.
PanicsWithLogMessage asserts that the code inside the specified PanicTestFunc panics, and that an expected string is included in log message.