Companion

Functions

Link copied to clipboard
fun createChildHint(throwable: Throwable, child: Throwable, childDescription: Translatable): AssertionGroup

Creates a hint for a given child of the given throwable using the given childDescription.

Link copied to clipboard
fun propertiesOfThrowable(throwable: Throwable, container: AssertionContainer<*>, explanation: Assertion = createExplanation(throwable)): AssertionGroup

Returns an AssertionGroup with an ExplanatoryAssertionGroupType containing properties of the given throwable.