Uses of Interface
org.assertj.core.api.FloatingPointNumberAssert

Packages that use FloatingPointNumberAssert
org.assertj.core.api   
 

Uses of FloatingPointNumberAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type FloatingPointNumberAssert
 interface FloatingPointNumberAssert<S extends FloatingPointNumberAssert<S,A>,A extends Number>
          Assertion methods applicable to floating-point Numbers.
 

Classes in org.assertj.core.api that implement FloatingPointNumberAssert
 class AbstractDoubleAssert<S extends AbstractDoubleAssert<S>>
          Base class for all implementations of assertions for Doubles.
 class AbstractFloatAssert<S extends AbstractFloatAssert<S>>
          Base class for all implementations of assertions for Floats.
 class DoubleAssert
          Assertion methods for Doubles.
 class FloatAssert
          Assertion methods for floats.
 



Copyright © 2013–2015 AssertJ. All rights reserved.