doc / ch.tutteli.atrium.assertions.any.typetransformation / ExplanatoryTypeTransformationFailureHandler

ExplanatoryTypeTransformationFailureHandler

class ExplanatoryTypeTransformationFailureHandler<T : Any, out TSub : T> : TypeTransformationFailureHandler<T, TSub>

Represents an AnyTypeTransformation.TypeTransformationFailureHandler which wraps subsequent assertions into an ExplanatoryAssertionGroup.

Parameters

T - The type of the AssertionPlant.subject. T - The type to which the AssertionPlant.subject should have been down-casted.

Constructors

<init>

ExplanatoryTypeTransformationFailureHandler()

Represents an AnyTypeTransformation.TypeTransformationFailureHandler which wraps subsequent assertions into an ExplanatoryAssertionGroup.

Functions

createAndAddAssertionToPlant

fun createAndAddAssertionToPlant(warningTransformationFailed: Translatable, subjectPlant: BaseAssertionPlant<T?, *>, failingAssertion: Assertion, assertionCreator: AssertionPlant<TSub>.() -> Unit): Unit

Wraps the assertions which might be created by assertionCreator into an ExplanatoryAssertionGroup and adds it to the given subjectPlant.