strikt-core / strikt.internal.opentest4j / IncompleteAssertion / <init>

<init>

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:

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