strikt-core / strikt.internal.opentest4j / MappingFailed

MappingFailed

class MappingFailed : IncompleteExecutionException

Thrown to indicate that a mapping function such as strikt.api.Assertion.Builder.get or strikt.api.Assertion.Builder.with failed due to an exception thrown by the mapping function.

Constructors

<init>

Thrown to indicate that a mapping function such as strikt.api.Assertion.Builder.get or strikt.api.Assertion.Builder.with failed due to an exception thrown by the mapping function.

MappingFailed(description: String, cause: Throwable)