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