strikt-core / strikt.internal.opentest4j / IncompleteAssertion

IncompleteAssertion

class IncompleteAssertion : IncompleteExecutionException

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:

  1. a mapping function was called but not ultimate followed by an assertion, or
  2. a block is empty.

Constructors

<init>

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:

IncompleteAssertion()

Functions

toString

fun toString(): String