Package org.assertj.core.error.future
Class ShouldHaveFailed
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.future.ShouldHaveFailed
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldHaveFailed extends BasicErrorMessageFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static String
SHOULD_HAVE_FAILED
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldHaveFailed(CompletableFuture<?> actual)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldHaveFailed(CompletableFuture<?> actual)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
SHOULD_HAVE_FAILED
private static final String SHOULD_HAVE_FAILED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ShouldHaveFailed
private ShouldHaveFailed(CompletableFuture<?> actual)
-
-
Method Detail
-
shouldHaveFailed
public static ErrorMessageFactory shouldHaveFailed(CompletableFuture<?> actual)
-
-