Class ShouldNotBeCompletedExceptionally

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.future.ShouldNotBeCompletedExceptionally
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldNotBeCompletedExceptionally extends BasicErrorMessageFactory
  • Field Details

    • SHOULD_NOT_HAVE_COMPLETED_EXCEPTIONALLY

      private static final String SHOULD_NOT_HAVE_COMPLETED_EXCEPTIONALLY
      See Also:
  • Constructor Details

    • ShouldNotBeCompletedExceptionally

      private ShouldNotBeCompletedExceptionally(CompletableFuture<?> actual)
  • Method Details