Uses of Interface
org.assertj.core.api.FloatingPointNumberAssert
Packages that use FloatingPointNumberAssert
-
Uses of FloatingPointNumberAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type FloatingPointNumberAssertModifier and TypeInterfaceDescriptioninterfaceFloatingPointNumberAssert<SELF extends FloatingPointNumberAssert<SELF,ACTUAL>, ACTUAL extends Number> Assertion methods applicable to floating-points.NumberClasses in org.assertj.core.api that implement FloatingPointNumberAssertModifier and TypeClassDescriptionclassAbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>>Base class for all implementations of assertions forDoubles.classAbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>>Base class for all implementations of assertions forFloats.classAssertion methods forDoubles.classAssertion methods for floats.