strikt-core / strikt.internal.opentest4j

Package strikt.internal.opentest4j

Exceptions

AssertionFailed

class AssertionFailed : AssertionFailedError

IncompleteAssertion

Thrown to indicate that an assertion chain does not end with an assertion (in other words the state of the assertion group is strikt.api.Status.Pending). This usually means that either:

class IncompleteAssertion : IncompleteExecutionException

MappingFailed

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.

class MappingFailed : IncompleteExecutionException