Package org.assertj.core.error
Class ShouldBeMarked
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeMarked
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldBeMarked
(AtomicMarkableReference<?> actual, boolean marked) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldBeMarked
(AtomicMarkableReference<?> actual) static ErrorMessageFactory
shouldNotBeMarked
(AtomicMarkableReference<?> actual) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
EXPECTING_TO_BE_MARKED
- See Also:
-
EXPECTING_NOT_TO_BE_MARKED
- See Also:
-
-
Constructor Details
-
ShouldBeMarked
-
-
Method Details
-
shouldBeMarked
-
shouldNotBeMarked
-