Uses of Interface
org.assertj.core.api.FloatingPointNumberAssert
-
Packages that use FloatingPointNumberAssert Package Description org.assertj.core.api -
-
Uses of FloatingPointNumberAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type FloatingPointNumberAssert Modifier and Type Interface Description interfaceFloatingPointNumberAssert<SELF extends FloatingPointNumberAssert<SELF,ACTUAL>,ACTUAL extends Number>Assertion methods applicable to floating-points.NumberClasses in org.assertj.core.api that implement FloatingPointNumberAssert Modifier and Type Class Description classAbstractDoubleAssert<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.classDoubleAssertAssertion methods forDoubles.classFloatAssertAssertion methods for floats.
-