Package org.assertj.guava.error
Class OptionalShouldBeAbsent
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.OptionalShouldBeAbsent
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an Optional which should be absent is actually present
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ErrorMessageFactory
shouldBeAbsent
(com.google.common.base.Optional<T> actual) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
OptionalShouldBeAbsent
-
-
Method Details
-
shouldBeAbsent
-