# 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.
# Type aliases
TestValuePredicate checks that a value meets certain condition This function type may be seen as a continuation of a test scenario.