package
0.27.1
Repository: https://github.com/mdllife/mdl.git
Documentation: pkg.go.dev

# 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.