Uses of Class
org.assertj.core.error.OptionalShouldContainInstanceOf
Packages that use OptionalShouldContainInstanceOf
-
Uses of OptionalShouldContainInstanceOf in org.assertj.core.error
Methods in org.assertj.core.error that return OptionalShouldContainInstanceOfModifier and TypeMethodDescriptionOptionalShouldContainInstanceOf.shouldContainInstanceOf
(Object value, Class<?> clazz) Indicates that a value should be present in an emptyOptional
.