Uses of Class
org.assertj.core.error.OptionalShouldContainInstanceOf
-
Packages that use OptionalShouldContainInstanceOf Package Description org.assertj.core.error -
-
Uses of OptionalShouldContainInstanceOf in org.assertj.core.error
Methods in org.assertj.core.error that return OptionalShouldContainInstanceOf Modifier and Type Method Description static OptionalShouldContainInstanceOf
OptionalShouldContainInstanceOf. shouldContainInstanceOf(java.lang.Object value, java.lang.Class<?> clazz)
Indicates that a value should be present in an emptyOptional
.
-