Package org.assertj.core.api
Class OptionalDoubleAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<OptionalDoubleAssert,OptionalDouble>
org.assertj.core.api.AbstractOptionalDoubleAssert<OptionalDoubleAssert>
org.assertj.core.api.OptionalDoubleAssert
- All Implemented Interfaces:
Assert<OptionalDoubleAssert,
,OptionalDouble> Descriptable<OptionalDoubleAssert>
,ExtensionPoints<OptionalDoubleAssert,
OptionalDouble>
Assertions for
OptionalDouble
.-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractOptionalDoubleAssert
doubles
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractOptionalDoubleAssert
hasValue, hasValueCloseTo, isEmpty, isNotEmpty, isNotPresent, isPresent
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
OptionalDoubleAssert
-